| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics, change case and comments alignment | Baptiste Coudurier | 2009-06-30 | 1 | -5/+5 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -9/+19 |
* | Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). | Alex Converse | 2009-06-29 | 1 | -1/+2 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-06-29 | 1 | -1/+1 |
* | id3v2.4.0 uses syncsafe integers for sizes of frames. | Michael Niedermayer | 2009-06-29 | 1 | -0/+3 |
* | Remove inconsistent use of a @brief command in av_write_trailer() | Stefano Sabatini | 2009-06-28 | 1 | -2/+2 |
* | Use consistently the third person in doxy, as recommended by the | Stefano Sabatini | 2009-06-28 | 1 | -33/+33 |
* | Fix id3v2.2 frame size parsing. | Michael Niedermayer | 2009-06-25 | 1 | -1/+1 |
* | Fix id3v2.3/4 tag size parsing. | Michael Niedermayer | 2009-06-25 | 1 | -1/+1 |
* | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier | 2009-06-25 | 3 | -7/+4 |
* | Only set CODEC_ID_PROBE when a packet from a stream having a PES header | Baptiste Coudurier | 2009-06-25 | 1 | -6/+11 |
* | limit raw packet buffer size used for codec probing | Baptiste Coudurier | 2009-06-25 | 2 | -3/+19 |
* | only set par if it does not indicates a rotation, ex iphone 3GS | Baptiste Coudurier | 2009-06-25 | 1 | -4/+7 |
* | Remove any reference to ASFContext.packet_size and replace it with | Ronald S. Bultje | 2009-06-24 | 3 | -19/+17 |
* | flvdec: Build a Speex header during FLV demuxing using required and | Justin Ruggles | 2009-06-24 | 1 | -0/+34 |
* | Reindent after last patch. | Reimar Döffinger | 2009-06-24 | 1 | -15/+15 |
* | mov demuxer: Track the current position also for streams that have AVDISCARD_... | Reimar Döffinger | 2009-06-24 | 1 | -2/+8 |
* | mov_read_packet: extract code that searches for the stream/sample to demux next | Reimar Döffinger | 2009-06-24 | 1 | -8/+16 |
* | mov_read_packet: if dv_get_packet fails, return exactly its error value | Reimar Döffinger | 2009-06-24 | 1 | -2/+3 |
* | In mov_read_packet remember the AVStream we want to demux next instead of the | Reimar Döffinger | 2009-06-24 | 1 | -6/+7 |
* | check stream existence before assignment, fix #1222 | Baptiste Coudurier | 2009-06-24 | 1 | -29/+107 |
* | Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). | Peter Holik | 2009-06-23 | 1 | -1/+31 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 28 | -136/+136 |
* | Change packet_size from signed to unsigned, since it never has a negative | Ronald S. Bultje | 2009-06-22 | 1 | -2/+2 |
* | oggenc: Change error log text. An error here does not necessarily mean | Justin Ruggles | 2009-06-21 | 1 | -1/+1 |
* | oggenc: return error value from ogg_build_flac_headers() | Justin Ruggles | 2009-06-21 | 1 | -2/+4 |
* | cosmetics: spacing and comments | Justin Ruggles | 2009-06-21 | 1 | -0/+6 |
* | oggenc: check for failed av_mallocz() | Justin Ruggles | 2009-06-21 | 1 | -0/+4 |
* | Revert unintended hunk of r19241. | Carl Eugen Hoyos | 2009-06-20 | 1 | -1/+1 |
* | Revert r19239: It broke four conformance tests. | Carl Eugen Hoyos | 2009-06-20 | 1 | -1/+1 |
* | Fix onMetaData property count in flv files (issue 1206). | Yoshihisa Uchida | 2009-06-20 | 1 | -1/+1 |
* | Print meaningful error messages when url_fopen fails. | Jai Menon | 2009-06-20 | 1 | -2/+6 |
* | add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do... | Wolfram Gloger | 2009-06-20 | 1 | -0/+1 |
* | fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb... | Brian Brice | 2009-06-19 | 1 | -3/+6 |
* | Add support for id3 tag parsing for ADTS AAC streams | Patrick Dehne | 2009-06-19 | 1 | -1/+22 |
* | Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. | Patrick Dehne | 2009-06-19 | 5 | -76/+104 |
* | Add support for muxing XSUB subtitles to AVI muxer. | Reimar Döffinger | 2009-06-19 | 1 | -1/+14 |
* | Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f... | Jason Garrett-Glaser | 2009-06-18 | 1 | -0/+1 |
* | Print why av_find_stream_info() failed, this is a rather common question | Michael Niedermayer | 2009-06-18 | 1 | -1/+6 |
* | Set restrictions on packet_size, as per ISO-11172 / H-222 specifications | Ronald S. Bultje | 2009-06-17 | 1 | -2/+7 |
* | Remove a test on an always false condition. | Benoit Fouet | 2009-06-17 | 1 | -1/+1 |
* | Add '.mp1' for MP1 audio in MOV/CAF. | Alexander Strange | 2009-06-17 | 1 | -0/+1 |
* | Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. | Jason Garrett-Glaser | 2009-06-16 | 1 | -0/+2 |
* | Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about | Art Clarke | 2009-06-16 | 1 | -1/+1 |
* | The AAC demuxer now depends on id3v1.o. | Patrick Dehne | 2009-06-15 | 1 | -1/+1 |
* | check atom size against edit_count to avoid very long loop | Baptiste Coudurier | 2009-06-15 | 1 | -0/+3 |
* | fix probing and demuxing of pond.dv, issue #887 | Baptiste Coudurier | 2009-06-15 | 1 | -2/+13 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 1 | -2/+2 |
* | Add a VorbisComment metadata conversion table and use it in the FLAC and | Justin Ruggles | 2009-06-13 | 4 | -0/+20 |