12712 Commits (6b2fbdb047dac1e3a6c6281226df2b76a3896dad)

Author SHA1 Message Date
Anton Khirnov e3b225a4fe matroskaenc: add an option to put the index at the start of the file 12 years ago
Anton Khirnov 0574bc06d2 matroskaenc: cosmetics, reorder the #includes 12 years ago
Luca Barbato 13f57a4d88 wav: K&R formatting cosmetics 12 years ago
Michael Niedermayer fd68371b07 nutdec: Implement duration parsing for indexed nuts 12 years ago
Luca Barbato 0671adbb18 id3v2: K&R formatting cosmetics 12 years ago
Nicolas George 276fcbde6c lavf: data muxer and demuxer. 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Michael Niedermayer 147a45fca4 framecrcenc: workaround design flaw in sidedata palette 12 years ago
Carl Eugen Hoyos 00a61ac755 Recognize j2k as file suffix for the image2 muxer. 12 years ago
Michael Niedermayer 0fb64da63f avformat: Add black ops audio demuxer 12 years ago
Luca Barbato c140105410 oma: K&R formatting cosmetics 12 years ago
Anton Khirnov cf679b9476 hls, segment: fix splitting for audio-only streams. 12 years ago
Michael Niedermayer ba323d67fa avformat/write_packet: drop disabled code 12 years ago
Michael Niedermayer eba33396f0 avformat/mux: set avoid_negative_ts based on flags if not overridden by user or muxer 12 years ago
Michael Niedermayer e5891a2337 avformat/movenc: mov/mp4 should support negative timestamps through edit lists 12 years ago
Michael Niedermayer 647f306b46 avformat/mux: assert that timestamps are positive after offsetting them 12 years ago
Michael Niedermayer c329195a27 avformat/mux: use a local variable for offset 12 years ago
Michael Niedermayer 060f14f493 avformat/mux: change avoid_negative_ts code to support later addition of AVStreams 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Carl Eugen Hoyos 9526c9ccc3 Read block_align from extradata when decoding qclp in aiff. 12 years ago
Paul B Mahol ad56535dd1 avformat: fix orig_pos type to match pkt->pos 12 years ago
Diego Biurrun a0d5ca4f0a mxfenc: Use correct printf format specifier for int64_t 12 years ago
Luca Barbato b845f5e97b riff: Factor out WAVEFORMATEX parsing 12 years ago
Peter Ross 516089d5d8 riff: Add ACTRAC3+ guid 12 years ago
Peter Ross a3bf80a5ae riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guid 12 years ago
Peter Ross e544782623 riff: Move guid structs and helper functions into riff 12 years ago
Luca Barbato 8e329dba37 riff: check for eof if chunk size and code are 0 12 years ago
Luca Barbato 1c88617b94 riff: K&R formatting cosmetics 12 years ago
Michael Niedermayer 578d9cf7cc mxf_timestamp_to_str: dont leave uninitilaized fields in time. 12 years ago
Clément Bœsch 67cc31d6c7 lavf/gif: add final_delay option. 12 years ago
Clément Bœsch a16c20569d lavf/gifdec: add loop support. 12 years ago
Michael Niedermayer 833bc6678f avformat: change seeking index consistency asserts to av_asserts 12 years ago
Clément Bœsch 30e6a02c23 lavf/http: remove duplicated dec flag. 12 years ago
Clément Bœsch 6189ff3679 lavf/gif: avoid forward declaration. 12 years ago
Clément Bœsch a7c5b7a676 lavf/gif: correct the delay after the first frame. 12 years ago
Michael Niedermayer 505642f182 mp3dec: fallback to generic seeking when a TOC is not present 12 years ago
Clément Bœsch 7e57adb464 lavf/gif: fix timing. 12 years ago
Clément Bœsch 13478b270a gif: use only one graphic control extension block per image. 12 years ago
Marton Balint 007989c7a2 mxfdec: fix return variable type for avio_seek 12 years ago
Michael Niedermayer 020c287f5e avformat: Dont stop probing before the whole id3 tag is read 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Clément Bœsch 9db1c6455e lavf/gif: support only GIF codec. 12 years ago
Clément Bœsch 01367b0fca lavf/gif: merge gif_write_{packet,video}. 12 years ago
Clément Bœsch b7a3f14360 lavf/gif: trim unnecessarily long netscape ext code. 12 years ago
Clément Bœsch 0a0e6877ff lavf/gif: remove unused fields. 12 years ago
Clément Bœsch 28f9858c91 lavf/gif: simplify streams type checking. 12 years ago
Clément Bœsch b6408ffc45 lavf/gif: fix assert in avio API after dfb3231. 12 years ago
Clément Bœsch 91a5b4d480 gif: remove outdated comments. 12 years ago
Clément Bœsch dfb323109c lavf/gif: simplify palette writing. 12 years ago
Clément Bœsch 7b972d82b6 gif: reindent after previous commits. 12 years ago