Commit History

Author SHA1 Message Date
  Michael Niedermayer 52afa376b8 remove _t for POSIX compatibility. 15 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 16 years ago
  Michael Niedermayer 1326621c1a Subtitle support. (untested) 16 years ago
  Oded Shimon 103d74ea5c ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only 16 years ago
  Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 16 years ago
  Diego Biurrun 47a1ae1bc9 Add some parentheses to clarify operator precedence, fixes the warnings: 16 years ago
  Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 16 years ago
  Carl Eugen Hoyos e56397800e Ensure av_tree_insert() is defined before using it. 17 years ago
  Michael Niedermayer 4a3b5fe16a move syncpoint cache related stuff to common file 17 years ago
  Michael Niedermayer f13ea4e00c move lsb2full to common file 17 years ago
  Michael Niedermayer 5c2198b184 move crc wrapper to slightly better spot 17 years ago
  Michael Niedermayer 874abace12 move syncpoint timestamp resetting code to a common file 17 years ago
  Michael Niedermayer 44f46a698e remove old unused nut (de)muxer 17 years ago
  Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 17 years ago
  Diego Biurrun a7738a044d URL update, move comment to a better place. 17 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 17 years ago
  Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 17 years ago
  Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 17 years ago
  Diego Biurrun 3d1eed611b Fix license header error notice by Steve LHomme. 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
  Michael Niedermayer ccb159940b fix regression failure after adler simplification 18 years ago
  Måns Rullgård b9a73d8d2f move adler32 to libavutil 18 years ago
  Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
  Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
  Stefan Huehner ea138e978a Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. 18 years ago
  Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 18 years ago
  Oded Shimon 9d4461b9f2 Disable lavf NUT until it is synced to spec 18 years ago
  Michael Niedermayer 30a43f2d09 add size to AVIndex 18 years ago
  Gildas Bazin 6d276a9e91 Properly #ifdef muxer-specific parts. 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 18 years ago
  Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 18 years ago
  Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
  Michael Niedermayer a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago
  Michael Niedermayer 177e5460b9 forward_ptr doesnt contain its own length anymore 19 years ago
  Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
  Michael Niedermayer 16423e179b nut prefers extradata style global headers 19 years ago
  Alex Beregszaszi fc565b22fc some nut.hu hype 19 years ago
  Michael Niedermayer 01bd1ed2db fix stream class 19 years ago
  Michael Niedermayer 2692067a45 AVPacket.pos 19 years ago
  Michael Niedermayer c0df9d75bd switch to native time bases 19 years ago
  Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 19 years ago
  Michael Niedermayer 8bb8f41375 initalize has_b_frames 19 years ago
  Michael Niedermayer f3356e9c9e more fine grained discarding of packets 19 years ago
  Luca Barbato 7071e56799 "put_s should store signed values. Spotted on #mplayerdev by someone I 19 years ago
  Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 19 years ago