| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/id3v2: do not export empty fields. | Clément Bœsch | 2012-09-17 | 1 | -0/+2 |
* | mov: stsd entries must be at least 16 byte | Michael Niedermayer | 2012-09-16 | 1 | -1/+4 |
* | mov: detect EOF in mov_read_dref() | Michael Niedermayer | 2012-09-16 | 1 | -0/+2 |
* | file: return proper error on seek failures | Luca Barbato | 2012-09-16 | 1 | -2/+8 |
* | avformat: fix typo in avformat_close_input | Luca Barbato | 2012-09-15 | 1 | -1/+1 |
* | mp3enc: write Xing TOC | Anton Khirnov | 2012-09-15 | 1 | -20/+120 |
* | mp3enc: support MPEG-2 and MPEG-2.5 in Xing header. | Clément Bœsch | 2012-09-15 | 1 | -7/+17 |
* | mp3enc: downgrade some errors in writing Xing frame to warnings | Reimar Döffinger | 2012-09-15 | 1 | -2/+5 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 17 | -24/+10 |
* | lavf: cosmetics, reformat av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -8/+8 |
* | avio: flush the internal buffer in avio_close() | Stefano Sabatini | 2012-09-15 | 4 | -3/+5 |
* | riff: Add SVQ3 fourcc | Derek Buitenhuis | 2012-09-14 | 1 | -0/+1 |
* | avformat: refactor avformat_close_input | Luca Barbato | 2012-09-14 | 1 | -4/+13 |
* | avformat: simplify avformat_close_input | Luca Barbato | 2012-09-14 | 1 | -2/+2 |
* | os_support: Choose between direct.h and io.h using a configure check | Martin Storsjö | 2012-09-13 | 1 | -3/+3 |
* | os_support: Include io.h instead of direct.h on mingw32ce | Martin Storsjö | 2012-09-13 | 1 | -0/+4 |
* | mpegts: check substreams before discarding | Christian Schmidt | 2012-09-12 | 1 | -1/+2 |
* | Add a smooth streaming segmenter muxer | Martin Storsjö | 2012-09-12 | 5 | -1/+631 |
* | file: Add an avoption for disabling truncating existing files on open | Martin Storsjö | 2012-09-12 | 1 | -2/+22 |
* | img2dec: always close AVIOContexts | Tomas Härdin | 2012-09-12 | 1 | -3/+3 |
* | rtpdec_jpeg: Error out on other unsupported type values as well | Martin Storsjö | 2012-09-12 | 1 | -0/+4 |
* | rtpdec_jpeg: Disallow using the reserved q values | Martin Storsjö | 2012-09-12 | 1 | -0/+4 |
* | rtpdec_jpeg: Fold the default qtables case into an existing if statement | Martin Storsjö | 2012-09-12 | 1 | -6/+4 |
* | rtpdec_jpeg: Store and reuse old qtables for q values 128-254 | Martin Storsjö | 2012-09-12 | 1 | -6/+27 |
* | rtpdec_jpeg: Simplify the calculation of the number of qtables | Martin Storsjö | 2012-09-12 | 1 | -1/+1 |
* | rtpdec_jpeg: Add more comments about the fields in the SOF0 section | Martin Storsjö | 2012-09-12 | 1 | -9/+9 |
* | rtpdec_jpeg: Clarify where the subsampling magic numbers come from | Martin Storsjö | 2012-09-12 | 1 | -3/+3 |
* | rtpdec_jpeg: Don't use a bitstream writer for the EOI marker | Martin Storsjö | 2012-09-12 | 1 | -5/+1 |
* | rtpdec_jpeg: Don't needlessly use a bitstream writer for the header | Martin Storsjö | 2012-09-12 | 1 | -56/+58 |
* | rtpdec_jpeg: Simplify writing of the jpeg header | Martin Storsjö | 2012-09-12 | 1 | -18/+10 |
* | rtpdec_jpeg: Merge two if statements | Martin Storsjö | 2012-09-12 | 1 | -31/+30 |
* | rtpdec_jpeg: Write the DHT section properly | Martin Storsjö | 2012-09-12 | 1 | -13/+20 |
* | rtpdec_jpeg: Add support for default quantizers | Samuel Pitoiset | 2012-09-11 | 1 | -3/+47 |
* | flvdec: always set AVFMTCTX_NOHEADER. | Anton Khirnov | 2012-09-11 | 1 | -4/+1 |
* | file: Use a normal private context for storing the file descriptor | Martin Storsjö | 2012-09-10 | 1 | -12/+21 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 5 | -1/+335 |
* | mov_chan: Only set the channel_layout if setting it to a nonzero value | Martin Storsjö | 2012-09-08 | 1 | -3/+4 |
* | mov_chan: Reindent an incorrectly indented line | Martin Storsjö | 2012-09-08 | 1 | -1/+1 |
* | mp2 muxer: mark as AVFMT_NOTIMESTAMPS. | Carl Eugen Hoyos | 2012-09-07 | 1 | -0/+1 |
* | mov_chan: Pass a separate AVIOContext for reading | Samuel Pitoiset | 2012-09-07 | 4 | -5/+7 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 26 | -61/+61 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 6 | -11/+11 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 7 | -37/+37 |
* | avio: make avio_close NULL the freed buffer | Luca Barbato | 2012-09-04 | 1 | -1/+1 |
* | crypto: Remove a stray double space | Martin Storsjö | 2012-08-31 | 1 | -1/+1 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | build: allow non-standard variations of linker -l/-L flags | Mans Rullgard | 2012-08-29 | 1 | -1/+1 |
* | sdp: Use static const char arrays instead of pointers to strings | Martin Storsjö | 2012-08-28 | 1 | -2/+2 |
* | sdp: Include profile-level-id for H264 | Martin Storsjö | 2012-08-28 | 1 | -0/+12 |
* | rtpdec_h264: Don't set the pixel format | Samuel Pitoiset | 2012-08-28 | 1 | -1/+0 |