| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix memleak in nuv demuxer: free packet already allocated packet when | Reimar Döffinger | 2009-04-09 | 1 | -1/+4 |
* | Correctly set packet size for partial video packets in nuv demuxer. | Reimar Döffinger | 2009-04-08 | 1 | -0/+2 |
* | Add av_shrink_packet function for use in av_get_packet that reduces pkt->size | Reimar Döffinger | 2009-04-08 | 1 | -1/+1 |
* | Reduce code duplication. | Zhentan Feng | 2009-04-08 | 1 | -4/+1 |
* | Add support for AMR audio in the RTP muxer | Martin Storsjö | 2009-04-08 | 5 | -0/+103 |
* | force sample for qcelp when not stored in mov, fix #968 | Baptiste Coudurier | 2009-04-08 | 1 | -0/+3 |
* | Reindent after r18372. | Ronald S. Bultje | 2009-04-08 | 1 | -5/+5 |
* | Add waveformat-extensible support in the wav muxer. | Ronald S. Bultje | 2009-04-08 | 1 | -24/+43 |
* | move codec tag tables near corresponding code | Baptiste Coudurier | 2009-04-07 | 1 | -34/+34 |
* | cosmetics, reindent | Baptiste Coudurier | 2009-04-07 | 1 | -18/+18 |
* | cosmetics, add empty line and remove useless braces | Baptiste Coudurier | 2009-04-07 | 1 | -7/+5 |
* | fix compilation, add missing parenthesis | Baptiste Coudurier | 2009-04-07 | 1 | -1/+1 |
* | comment the ipod subtitle check | Baptiste Coudurier | 2009-04-07 | 1 | -0/+1 |
* | invert condition to simplify code | Baptiste Coudurier | 2009-04-07 | 1 | -3/+1 |
* | remove no more needed code, tag is set by default | Baptiste Coudurier | 2009-04-07 | 1 | -2/+0 |
* | cosmetics, reindent, add empty lines | Baptiste Coudurier | 2009-04-07 | 1 | -33/+37 |
* | split mov_find_codec_tag in separate per format functions | Baptiste Coudurier | 2009-04-07 | 1 | -11/+56 |
* | Always return 0 if read_packet is successful. | Reimar Döffinger | 2009-04-07 | 1 | -2/+4 |
* | Do not uselessly read version string into a buffer. | Reimar Döffinger | 2009-04-07 | 1 | -2/+2 |
* | Describe read_alloc return value and required pkt handling to avoid memleaks | Reimar Döffinger | 2009-04-07 | 1 | -1/+4 |
* | Error out also when reading nuv header returns with partial data and return | Reimar Döffinger | 2009-04-07 | 1 | -2/+2 |
* | set bits_per_coded_sample for rawvideo | Baptiste Coudurier | 2009-04-07 | 1 | -7/+18 |