| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce codec id for MPEG-4 ALS and associate it with corresponding | Jai Menon | 2009-04-17 | 1 | -0/+1 |
* | Remove useless init from aiff_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | Remove 2 ++ from check_pes() that are useless, found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Remove unused variable from flv_read_metabody() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+1 |
* | Remove nonsensical assignment from asf_read_seek() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Move declarations in sync() closer to where they are used. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | Remove unused variable from asf_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, | Ronald S. Bultje | 2009-04-17 | 1 | -1/+1 |
* | Moving variable declarations in asf_build_simple_index() to clarify&prettify ... | Michael Niedermayer | 2009-04-17 | 1 | -10/+7 |
* | Remove unused audio_pts field from ea demuxer struct | Reimar Döffinger | 2009-04-16 | 1 | -2/+0 |
* | Remove unused code from Westwood VQA/AUD demuxer. | Reimar Döffinger | 2009-04-16 | 1 | -5/+0 |
* | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist | Ronald S. Bultje | 2009-04-16 | 1 | -1/+1 |
* | Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly | Michael Niedermayer | 2009-04-15 | 1 | -2/+2 |
* | Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, | Ronald S. Bultje | 2009-04-15 | 2 | -3/+56 |
* | Ensure that there's pages to read for duration calculation in the ogg demuxer | David Conrad | 2009-04-15 | 1 | -1/+1 |
* | Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC | Ronald S. Bultje | 2009-04-14 | 5 | -3/+274 |
* | Increase the SDP buffer size (again!) and also increase the temporary | Ronald S. Bultje | 2009-04-14 | 1 | -3/+7 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 3 | -8/+8 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 17 | -17/+17 |
* | seek inside buffer when offset is exactly at the end, fix seeking with memory... | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Set frame defaults in try_decode_frame. | Baptiste Coudurier | 2009-04-13 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-04-13 | 1 | -26/+26 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -8/+2 |
* | Move ea demuxer messages that are irrelevant to ordinary users from | Reimar Döffinger | 2009-04-12 | 1 | -13/+13 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -7/+1 |
* | Slightly improve/correct description of wc3_pal_lookup | Reimar Döffinger | 2009-04-12 | 1 | -3/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 5 | -3/+5 |
* | Disable metadata reading. Yes, I would like to know what this code is good for | Michael Niedermayer | 2009-04-12 | 1 | -1/+1 |
* | replace DEBUG_SI with DEBUG and use dprintf | Baptiste Coudurier | 2009-04-12 | 1 | -31/+28 |
* | Set stream type to ac3 if registration descriptor is present. | Baptiste Coudurier | 2009-04-12 | 1 | -0/+2 |
* | simplify registration descriptor parsing with bytestream get functions | Baptiste Coudurier | 2009-04-12 | 1 | -18/+8 |
* | Ok, ts demuxer is more complicated than I thought | Björn Axelsson | 2009-04-12 | 1 | -1/+3 |
* | fix end of buffer check, fix hang_read_header.h264.ts | Baptiste Coudurier | 2009-04-12 | 1 | -1/+1 |
* | fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples | Baptiste Coudurier | 2009-04-12 | 1 | -1/+5 |
* | Simplify packet duplication code in ff_interleave_add_packet. | Reimar Döffinger | 2009-04-11 | 1 | -4/+2 |
* | Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign... | Reimar Döffinger | 2009-04-11 | 1 | -4/+4 |
* | wc3movie: return partial packets if not all data can be read. | Reimar Döffinger | 2009-04-11 | 1 | -4/+0 |
* | Explain the purpose of the wc3_pal_lookup and the formula that was used to | Reimar Döffinger | 2009-04-11 | 1 | -1/+12 |
* | Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into | Reimar Döffinger | 2009-04-11 | 1 | -36/+18 |
* | Get rid of av_destruct_packet_nofree and use NULL instead. | Reimar Döffinger | 2009-04-11 | 1 | -1/+1 |
* | Reindent | Reimar Döffinger | 2009-04-11 | 1 | -22/+22 |
* | Make electronicarts demuxer return partial frames, this is the default | Reimar Döffinger | 2009-04-11 | 1 | -8/+4 |
* | Replace rand() usage by av_lfg_get(). | Diego Biurrun | 2009-04-10 | 1 | -3/+7 |
* | cosmetics: Align output columns. | Diego Biurrun | 2009-04-10 | 1 | -1/+1 |
* | remove useless duplication of what av_new_stream() already does | Aurelien Jacobs | 2009-04-10 | 1 | -1/+0 |
* | Add 'PNG1' to PNG fourcc codes. | Thilo Borgmann | 2009-04-10 | 1 | -0/+1 |
* | Make try_decode_frame() use the new avcodec_decode_* API. | Thilo Borgmann | 2009-04-10 | 1 | -7/+7 |
* | AAC packetiser cleanup: use consts instead of #defines | Luca Abeni | 2009-04-09 | 1 | -6/+6 |
* | AAC packetiser cleanup: remove check for a condition that cannot happen | Luca Abeni | 2009-04-09 | 1 | -4/+0 |
* | Fix two checks in the AAC packetiser, which were too conservative | Martin Storsjö | 2009-04-09 | 1 | -2/+2 |