| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | override mov fourcc for pcm audio, this is safer when stream copying | Baptiste Coudurier | 2009-04-07 | 1 | -1/+2 |
* | Move av_packet_*() functions from libavformat/ to libavcodec/, where the | Thilo Borgmann | 2009-04-07 | 2 | -96/+0 |
* | use av_freep() instead of av_free() + =NULL. | Aurelien Jacobs | 2009-04-07 | 1 | -2/+1 |
* | Fix the copyright year | Luca Abeni | 2009-04-07 | 1 | -1/+1 |
* | Add support for H.263 video in the RTP muxer | Martin Storsjö | 2009-04-07 | 5 | -0/+92 |
* | Do not return payload type 34 for H.263 (it is deprecated) | Luca Abeni | 2009-04-07 | 1 | -0/+2 |
* | Only insert the SPS and PPS NALs in sprop-parameter-sets | Martin Storsjö | 2009-04-06 | 1 | -0/+6 |
* | Do not fail on zero packets. | Michael Niedermayer | 2009-04-03 | 1 | -1/+1 |
* | Implement JACK input device. | Olivier Guilyardi | 2009-04-02 | 1 | -0/+3 |
* | Move AVPacket declaration from avformat.h to avcodec.h. | Thilo Borgmann | 2009-04-02 | 1 | -49/+0 |
* | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon | 2009-04-02 | 1 | -1/+1 |
* | Reindent | Reimar Döffinger | 2009-04-02 | 1 | -1/+1 |
* | Support DVD subtitles in mov/mp4 as created by Nero. | Reimar Döffinger | 2009-04-02 | 1 | -0/+1 |
* | skip empty data packets in flv, fix input.flv | Baptiste Coudurier | 2009-04-02 | 1 | -0/+4 |
* | Add $(ELIBS) to example/test app link command | Måns Rullgård | 2009-04-01 | 1 | -0/+2 |
* | Make examples and test progs depend on libraries | Måns Rullgård | 2009-04-01 | 1 | -2/+0 |
* | add another dv fourcc CDVH | Ben Littler | 2009-04-01 | 1 | -0/+1 |