| Commit message (Expand) | Author | Age | Files | Lines |
* | ensure that the codec_id detection in av_find_stream_info() does not | Michael Niedermayer | 2007-08-06 | 1 | -4/+13 |
* | more verbose error | Michael Niedermayer | 2007-08-06 | 1 | -1/+1 |
* | ignore preroll, it is generally not what AVStream.start_time should contain | Michael Niedermayer | 2007-08-06 | 1 | -3/+4 |
* | Change avf_sdp_create() to get a pre-allocated buffer as input, and to | Luca Abeni | 2007-08-05 | 2 | -19/+13 |
* | Fix linking when RTP is disabled and libraries are dynamic | Luca Abeni | 2007-08-05 | 1 | -0/+7 |
* | Hack to support XSUB subtitles in AVI | Reimar Döffinger | 2007-08-05 | 1 | -0/+7 |
* | Add the handling of the INT32INFO block to the WavPack decoder. | David Bryant | 2007-08-05 | 1 | -4/+0 |
* | 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC... | Justin Ruggles | 2007-08-05 | 1 | -1/+1 |
* | fix misdetection of out.ac3 | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | //more debug info | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | remove now useless vars | Baptiste Coudurier | 2007-08-05 | 1 | -4/+1 |
* | cosmetics, braces/parenthesis style | Baptiste Coudurier | 2007-08-05 | 1 | -28/+27 |
* | cosmetics, indentation | Baptiste Coudurier | 2007-08-05 | 1 | -99/+98 |
* | add streams on the fly, swf is a streaming format and has no real header, cor... | Baptiste Coudurier | 2007-08-05 | 1 | -37/+28 |
* | do not write id3v2 header when writing .mp2 files | Baptiste Coudurier | 2007-08-05 | 1 | -1/+1 |
* | remove useless raw_write_header | Baptiste Coudurier | 2007-08-05 | 1 | -16/+11 |
* | additional tweaks to AC3 probe function. give a higher score to a single frame | Justin Ruggles | 2007-08-05 | 1 | -2/+2 |
* | increase the maximum AC3 probe buffer size and reduce the threshold for 50% r... | Justin Ruggles | 2007-08-04 | 1 | -2/+2 |
* | set the previous tag size correctly in flv files | Michael Niedermayer | 2007-08-04 | 1 | -6/+8 |
* | set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE | Michael Niedermayer | 2007-08-04 | 1 | -0/+3 |
* | correct initial timestamps which have AV_NOPTS_VALUE | Michael Niedermayer | 2007-08-04 | 2 | -3/+34 |
* | set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi... | Baptiste Coudurier | 2007-08-04 | 1 | -0/+4 |
* | detect MS wav codecs | Michael Niedermayer | 2007-08-04 | 1 | -0/+3 |
* | move code which adds a AVPacket into the packet buffer into its own function | Michael Niedermayer | 2007-08-03 | 1 | -33/+20 |
* | fill title, author, copyright and comment fields by parsing udta atom | Benoit Fouet | 2007-07-31 | 1 | -0/+41 |
* | deal with the case where one of pts,dts has wrapped but the other has not | Michael Niedermayer | 2007-07-31 | 1 | -0/+5 |
* | kill antiwrapping code, i do not think this did anything good | Michael Niedermayer | 2007-07-30 | 1 | -13/+0 |
* | treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef... | Baptiste Coudurier | 2007-07-30 | 1 | -1/+1 |
* | support silly PCM variant used by zork nemesis | Michael Niedermayer | 2007-07-30 | 1 | -0/+2 |
* | Merge get_str() and get_str8() functions. | Ronald S. Bultje | 2007-07-28 | 1 | -18/+12 |
* | Fix get_str/get_str8() to also work if the target string is not long enough to | Ronald S. Bultje | 2007-07-28 | 1 | -6/+8 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | Add EBML ID for Segment UID | David Conrad | 2007-07-28 | 1 | -0/+1 |
* | detect voxware (closes issue39) | Michael Niedermayer | 2007-07-27 | 1 | -0/+1 |
* | try exact match before case insensitive match in codec_get_id | Michael Niedermayer | 2007-07-27 | 1 | -7/+11 |
* | ignore invalid packet_obj_size | Michael Niedermayer | 2007-07-27 | 1 | -0/+9 |
* | Introduce an SDP generator | Luca Abeni | 2007-07-26 | 3 | -1/+233 |
* | cosmetics: alignment | Aurelien Jacobs | 2007-07-26 | 1 | -5/+5 |
* | replaces hardcoded values by the equivalent enum definitions | Aurelien Jacobs | 2007-07-26 | 3 | -40/+33 |
* | Avoid misdetecting acelp in ASF as MP3. | Michael Niedermayer | 2007-07-25 | 1 | -1/+1 |
* | add proper support for subtitles muxing/stream copying | Aurelien Jacobs | 2007-07-25 | 1 | -0/+2 |
* | use the most appropriate codec id for A_MPEG/L1 and L2 | Aurelien Jacobs | 2007-07-25 | 1 | -2/+2 |
* | reorder matroska codec tags so that the encoder picks up the appropriate tag | Aurelien Jacobs | 2007-07-25 | 1 | -3/+3 |
* | Replace ENOSYS by ENOTSUP as in this case the problem is not really a function | Panagiotis Issaris | 2007-07-20 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). | Panagiotis Issaris | 2007-07-19 | 4 | -5/+5 |
* | Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 66 | -250/+250 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 41 | -104/+104 |
* | Make video hook infrastructure conditional on video hooks being enabled. | Diego Biurrun | 2007-07-19 | 1 | -1/+1 |
* | use sscanf to parse address | Benoit Fouet | 2007-07-19 | 1 | -11/+2 |