aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* flashsv2enc: switch to encode2()Michael Niedermayer2012-02-241-12/+15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2429-709/+499
|\
| * wavpack: Don't shift minclip/maxclipDerek Buitenhuis2012-02-231-2/+2
| * lavc: drop encode() support for video.Anton Khirnov2012-02-231-40/+8
| * snowenc: switch to encode2().Anton Khirnov2012-02-231-8/+20
| * snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-231-23/+22
| * a64multienc: switch to encode2().Anton Khirnov2012-02-232-14/+29
| * a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-231-2/+0
| * libxvid: switch to encode2().Anton Khirnov2012-02-231-21/+39
| * tiffenc: switch to encode2().Anton Khirnov2012-02-231-13/+22
| * tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-231-12/+12
| * lavc: drop libdirac encoder.Anton Khirnov2012-02-233-407/+1
| * gifenc: switch to encode2().Anton Khirnov2012-02-231-6/+19
| * libvpxenc: switch to encode2().Anton Khirnov2012-02-231-26/+27
| * flashsvenc: switch to encode2().Anton Khirnov2012-02-231-11/+15
| * lcl: don't overwrite input memory.Ronald S. Bultje2012-02-231-3/+8
| * libxavs: switch to encode2().Anton Khirnov2012-02-231-25/+63
| * libxavs: add an AVClass at the beginning of XavsContext.Anton Khirnov2012-02-231-0/+1
| * libxavs: split extradata writing out of encode_nals().Anton Khirnov2012-02-231-11/+18
| * ljpegenc: switch to encode2().Anton Khirnov2012-02-231-7/+25
| * truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje2012-02-231-1/+1
| * asv1enc: switch to encode2().Anton Khirnov2012-02-231-10/+24
| * libschroedingerenc: switch to encode2().Anton Khirnov2012-02-231-12/+31
| * ffv1enc: switch to encode2().Anton Khirnov2012-02-231-11/+23
| * libtheoraenc: switch to encode2().Anton Khirnov2012-02-231-11/+14
| * jpeglsenc: switch to encode2().Anton Khirnov2012-02-231-10/+21
| * lclenc: switch to encode2().Anton Khirnov2012-02-231-7/+19
| * qtrleenc: switch to encode2().Anton Khirnov2012-02-231-12/+18
| * flacdec: set channel_layout based on channel countJustin Ruggles2012-02-221-0/+13
| * mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-225-5/+5
* | Revert "Improve decoding quality for lossy wavpack."Michael Niedermayer2012-02-241-7/+18
* | v408enc: switch to encode2()Paul B Mahol2012-02-231-12/+13
* | yuv4enc: switch to encode2()Paul B Mahol2012-02-231-11/+12
* | v308enc: switch to encode2()Paul B Mahol2012-02-231-11/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-234-17/+19
|\|
| * aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse2012-02-221-12/+13
| * mlpdec_parser: fix a few channel layouts.Tim Walker2012-02-221-4/+5
| * prores: use natural integer type for the codebook indexChristophe GISQUET2012-02-222-3/+3
* | lavc: introduce av_get_pcm_codec.Nicolas George2012-02-223-2/+31
* | r210enc and y41penc: don't set same pkt->size twicePaul B Mahol2012-02-222-2/+0
* | pngdec: Print error if signature is wrong.Michael Niedermayer2012-02-221-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2218-76/+76
|\|
| * mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-211-14/+14
| * sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra2012-02-211-1/+5
| * avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-211-3/+5
| * Mark mutable static data const where appropriate.Alex Converse2012-02-213-3/+3
| * dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-211-1/+1
| * mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-211-18/+12
| * png: make .long_name more descriptivePaul B Mahol2012-02-212-2/+2
| * rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-207-30/+30