| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | matroskadec: prepend TargetType to metadata key name | Aurelien Jacobs | 2009-06-13 | 1 | -1/+2 |
* | Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read | Kostya Shishkov | 2009-06-13 | 1 | -1/+1 |
* | Analysis of logs show that there are in fact some files with m1v1 too (not ju... | Jason Garrett-Glaser | 2009-06-13 | 1 | -0/+1 |
* | Electronic Arts demuxer: support Madcow video tag | Peter Ross | 2009-06-13 | 1 | -0/+9 |
* | Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of | David Conrad | 2009-06-13 | 2 | -2/+1 |
* | Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble... | Jason Garrett-Glaser | 2009-06-13 | 1 | -0/+1 |
* | Do not include libavcodec/internal.h in the ADTS muxer. | Alex Converse | 2009-06-12 | 1 | -2/+1 |
* | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | Associate the 0x6c75 TwoCC used in certain Kodak cameras | Jai Menon | 2009-06-12 | 1 | -0/+1 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 3 | -0/+3 |
* | Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 | David Conrad | 2009-06-12 | 1 | -0/+1 |
* | Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | cosmetics: Prettyprint one more line to have columns line up. | Diego Biurrun | 2009-06-11 | 1 | -1/+1 |
* | cosmetics: Reformat to K&R and prettyprint newly created files. | Diego Biurrun | 2009-06-11 | 2 | -131/+130 |
* | Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. | Patrick Dehne | 2009-06-11 | 6 | -288/+345 |
* | Remove time_rate, we cannot compute exactly when fragments are | Baptiste Coudurier | 2009-06-11 | 2 | -29/+7 |
* | if b frames are parsed, set codec->has_b_frames | Baptiste Coudurier | 2009-06-11 | 1 | -0/+3 |
* | Support seeking as defined by the rfc | Luca Barbato | 2009-06-10 | 2 | -0/+4 |
* | Make sure buffer end remains constant within the loop | Luca Barbato | 2009-06-10 | 1 | -1/+2 |
* | Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: | Ronald S. Bultje | 2009-06-09 | 2 | -21/+17 |
* | Add additional dependencies for sdp and rtsp demuxers. | Jai Menon | 2009-06-09 | 1 | -2/+2 |
* | Cosmetics : Use dprintf instead of printf. | Peter Holik | 2009-06-06 | 1 | -8/+6 |
* | Cosmetics : Fix indentation after last commit. | Jai Menon | 2009-06-06 | 1 | -7/+7 |
* | Introduce http_get_line and modify http_connect to use http_get_line. | Peter Holik | 2009-06-06 | 1 | -15/+27 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 2 | -3/+3 |
* | Ensure that the extradata buffer is padded appripriately in the ogg demuxer. | David Conrad | 2009-06-05 | 2 | -2/+4 |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 3 | -20/+21 |
* | Add the .adts file extension to the ADTS muxer. | Alex Converse | 2009-06-03 | 1 | -1/+1 |
* | broken stsd length might be < 16, fix elst-assert.mp4 | Baptiste Coudurier | 2009-06-03 | 1 | -4/+6 |
* | Change find_tag return type to int64_t, fix a bug | Baptiste Coudurier | 2009-06-03 | 1 | -6/+3 |
* | do not parse full header for private streams | Baptiste Coudurier | 2009-06-02 | 1 | -3/+19 |