11125 Commits (bad603c66a7602db65b9398bdf8952898cf4dc8d)

Author SHA1 Message Date
Clément Bœsch edca80387c lavf/oggdec: simplify destroying streams with chained audio streams. 13 years ago
Clément Bœsch 277ddf127d lavf/oggdec: rename str to sid. 13 years ago
Clément Bœsch e1ca1dd71b lavf/oggdec: remove a comment not matching anything. 13 years ago
Clément Bœsch bf8bfc6a11 lavf/oggdec: inline ogg_get_headers(). 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
Michael Niedermayer 744e4429cf mp3enc: merge mp2/mp3_write_trailer 13 years ago
Michael Niedermayer 197bbcf44c mp3enc: move mp3_update_xing() down 13 years ago
Clément Bœsch ca81e3b6e7 lavf/mkv: prefix video stereo arrays with ff_. 13 years ago
Alexander Strasser 49f3b331c7 lavf/segment: Use distinct IDs for list type ext & csv 13 years ago
Alexander Strasser 3245be95ac lavf/segment: Rename variable in print_csv_escaped_str() 13 years ago
Alexander Strasser bac1b31bf6 lavf/segment: Simplify CSV field quoting code 13 years ago
Andrey Utkin aefed6ca87 udp: pick params from AVOptions also 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
Derek Buitenhuis fef412a24d riff: Add SVQ3 fourcc 13 years ago
Michael Niedermayer e2d643efcd lavf/compute_pkt_fields: only run pts by duration correction if reference ts is available 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
Michael Niedermayer 062091f87f compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames. 13 years ago
Michael Niedermayer bc3d5173cc libavformat.v: export ffurl_protocol_next 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
Michael Niedermayer 2de8877689 asfdec: invert SAR 13 years ago
Tomas Härdin 5e3572893d img2dec: always close AVIOContexts 13 years ago
Carl Eugen Hoyos 7680d99b43 Fix muxing mjpeg in swf. 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
Michael Niedermayer 23e9e5c7d9 rtmpproto: reorder some expressions to fix compilation with clang without optimizations 13 years ago
Stefano Sabatini e592fd0ed1 lavf/flvenc: convert commented debug log to an av_dlog call 13 years ago
Samuel Pitoiset 55e778bebd rtpdec_jpeg: Add support for default quantizers 13 years ago