summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation of av_audio_convert.Cyril Russo2010-05-241-2/+2
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-231-0/+8
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-211-4/+4
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-211-4/+4
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-204-5/+5
* Fix doxy reference to unexisting function.Stefano Sabatini2010-05-201-1/+1
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-194-23/+30
* fix x264 encoding when delay is > number of input framesBaptiste Coudurier2010-05-191-0/+2
* Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse2010-05-193-0/+49
* Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse2010-05-191-1/+6
* Bump minor version for CODEC_ID_VP8David Conrad2010-05-191-1/+1
* Add VP8 CODEC_IDGoogle2010-05-191-0/+1
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-191-1/+1
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-183-9/+14
* Add log_level_offset to AVCodecContext.Stefano Sabatini2010-05-172-2/+5
* Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet2010-05-171-1/+1
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-165-24/+28
* Factorize code into a single function.Sebastian Vater2010-05-161-46/+35
* Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini2010-05-161-0/+15
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-161-0/+2
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse2010-05-141-1/+1
* aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse2010-05-141-1/+110
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-142-65/+23
* aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse2010-05-141-3/+18
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-141-1/+1
* aacenc: Fix psy logic.Alex Converse2010-05-142-2/+2
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-131-1/+1
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-131-3/+3
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-131-5/+21
* Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård2010-05-131-0/+1
* 1.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer2010-05-131-1/+1
* Cast constants to float to avoid gcc converting to and fromMichael Niedermayer2010-05-131-2/+2
* Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer2010-05-131-2/+2
* Reindent after r23112.Sebastian Vater2010-05-131-16/+16
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-131-0/+8
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-131-4/+2
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-131-2/+2
* Fix compilation with low precission mpeg audio decoding.Michael Niedermayer2010-05-131-2/+1
* Fix mpegaudio tablegen.Michael Kostylev2010-05-131-0/+8
* Support writing 2d float arrays.Michael Kostylev2010-05-132-0/+2
* change a variable-length array to a malloc.Loren Merritt2010-05-121-3/+8
* Set coded_frame to NULL when closing a codec, since it mightReimar Döffinger2010-05-121-0/+1
* Do the same sign flip optimization to the low freq decoder.Michael Niedermayer2010-05-111-14/+13
* Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer2010-05-111-13/+17
* Optimize decoding high freqs.Michael Niedermayer2010-05-111-4/+12
* Make lsf_sf_expand() 4 times faster.Michael Niedermayer2010-05-111-16/+24
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-116-148/+294
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-111-0/+2
OpenPOWER on IntegriCloud