8942 Commits (02738792c5cd18cff8b94deb838db57dbfb4be0a)

Author SHA1 Message Date
Luca Barbato 8d4dd55c37 matroskadec: refactor matroska_decode_buffer 13 years ago
Luca Barbato 581281e242 matroskadec: check realloc in lzo encoding 13 years ago
Luca Barbato cd4739c4f2 matroska: honor error_recognition on unknown doctypes 13 years ago
Martin Storsjö 84cc314e40 smoothstreaming: Export the mp4 codec tags 13 years ago
Luca Barbato 9888ffb1ce mov: check for EOF in long lasting loops 13 years ago
Benjamin Larsson 6a08955c10 flvenc: silence bogus warning 13 years ago
Clément Bœsch 049ce4facb id3v2: strdup the genre name explicitly. 13 years ago
Clément Bœsch ffdd2e9144 lavf/id3v2: do not export empty fields. 13 years ago
Michael Niedermayer a5ea623b36 mov: stsd entries must be at least 16 byte 13 years ago
Michael Niedermayer 9db67bedf0 mov: detect EOF in mov_read_dref() 13 years ago
Luca Barbato 4ed5ac50d3 file: return proper error on seek failures 13 years ago
Luca Barbato 3f7fd59d15 avformat: fix typo in avformat_close_input 13 years ago
Anton Khirnov 7040c9fac2 mp3enc: write Xing TOC 13 years ago
Clément Bœsch ca8e39dd0d mp3enc: support MPEG-2 and MPEG-2.5 in Xing header. 13 years ago
Reimar Döffinger 6365e4db79 mp3enc: downgrade some errors in writing Xing frame to warnings 13 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 13 years ago
Anton Khirnov 0c270239c2 lavf: cosmetics, reformat av_write_trailer(). 13 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 13 years ago
Derek Buitenhuis 1c56cdad33 riff: Add SVQ3 fourcc 13 years ago
Luca Barbato 44272c1ccc avformat: refactor avformat_close_input 13 years ago
Luca Barbato 4d1f443c3d avformat: simplify avformat_close_input 13 years ago
Martin Storsjö ca6b544ac9 os_support: Choose between direct.h and io.h using a configure check 13 years ago
Martin Storsjö 7b07fab567 os_support: Include io.h instead of direct.h on mingw32ce 13 years ago
Christian Schmidt 07584eaf4a mpegts: check substreams before discarding 13 years ago
Martin Storsjö 62c9ae11a7 Add a smooth streaming segmenter muxer 13 years ago
Martin Storsjö 29a9b12b10 file: Add an avoption for disabling truncating existing files on open 13 years ago
Tomas Härdin 5e3572893d img2dec: always close AVIOContexts 13 years ago
Martin Storsjö c3bcd22ed3 rtpdec_jpeg: Error out on other unsupported type values as well 13 years ago
Martin Storsjö 1743938df1 rtpdec_jpeg: Disallow using the reserved q values 13 years ago
Martin Storsjö 1de9317bd0 rtpdec_jpeg: Fold the default qtables case into an existing if statement 13 years ago
Martin Storsjö a218deb856 rtpdec_jpeg: Store and reuse old qtables for q values 128-254 13 years ago
Martin Storsjö a252649059 rtpdec_jpeg: Simplify the calculation of the number of qtables 13 years ago
Martin Storsjö cbaa9eeda3 rtpdec_jpeg: Add more comments about the fields in the SOF0 section 13 years ago
Martin Storsjö 31adff08a1 rtpdec_jpeg: Clarify where the subsampling magic numbers come from 13 years ago
Martin Storsjö c64d2a63df rtpdec_jpeg: Don't use a bitstream writer for the EOI marker 13 years ago
Martin Storsjö 20f325f320 rtpdec_jpeg: Don't needlessly use a bitstream writer for the header 13 years ago
Martin Storsjö 43957fcc71 rtpdec_jpeg: Simplify writing of the jpeg header 13 years ago
Martin Storsjö 932d8300d3 rtpdec_jpeg: Merge two if statements 13 years ago
Martin Storsjö 7ef4323405 rtpdec_jpeg: Write the DHT section properly 13 years ago
Samuel Pitoiset 55e778bebd rtpdec_jpeg: Add support for default quantizers 13 years ago
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 13 years ago
Martin Storsjö 0697d81269 file: Use a normal private context for storing the file descriptor 13 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 13 years ago
Martin Storsjö 7b699d8136 mov_chan: Only set the channel_layout if setting it to a nonzero value 13 years ago
Martin Storsjö 5f72bc02f8 mov_chan: Reindent an incorrectly indented line 13 years ago
Carl Eugen Hoyos 407eeb3474 mp2 muxer: mark as AVFMT_NOTIMESTAMPS. 13 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 13 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago