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