summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-083-8/+11
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-081-10/+10
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-081-0/+2
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-083-1/+16
* Reduce code duplication.Zhentan Feng2009-04-081-4/+1
* Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje2009-04-081-0/+6
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-086-0/+104
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-081-0/+3
* Reindent after r18372.Ronald S. Bultje2009-04-081-5/+5
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-081-24/+43
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-081-6/+6
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-071-34/+34
* cosmetics, reindentBaptiste Coudurier2009-04-071-18/+18
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-071-7/+5
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-071-1/+1
* comment the ipod subtitle checkBaptiste Coudurier2009-04-071-0/+1
* invert condition to simplify codeBaptiste Coudurier2009-04-071-3/+1
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-071-2/+0
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-071-33/+37
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-071-11/+56
* Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini2009-04-071-1/+1
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-071-2/+4
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-071-2/+2
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-071-1/+4
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-071-2/+2
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-071-7/+18
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-071-1/+2
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-071-1/+3
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-075-96/+126
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-072-4/+5
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07137-172/+541
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-071-49/+49
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-071-2/+1
* Fix the copyright yearLuca Abeni2009-04-071-1/+1
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-076-0/+93
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-071-0/+2
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-071-8/+24
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-061-0/+1
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-061-0/+6
* Add missing entry corresponding to r18163.Stefano Sabatini2009-04-061-0/+10
* Cosmetics: remove empty line.Stefano Sabatini2009-04-061-1/+0
* Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini2009-04-061-1/+1
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-061-3/+4
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-061-0/+22
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-051-0/+4
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-051-2/+12
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-051-1/+1
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-051-11/+1
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-053-2/+4
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-043-205/+186
OpenPOWER on IntegriCloud