aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: make compilation of frame_thread_encoder.o optional.Ronald S. Bultje2013-03-141-3/+5
* Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer2013-03-141-0/+3
|\
| * Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+3
* | avcodec: remove AVCodecContext->metadataHendrik Leppkes2013-03-131-3/+0
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-2/+18
* | Merge commit 'a2816230c5c0a8fc72bc0163b7d21a96b194d87a'Michael Niedermayer2013-03-131-1/+2
|\|
| * avframe: call release_buffer only if it is setJanne Grunau2013-03-111-1/+2
* | Merge commit 'e3232f34312f8187094c875445683277ed0c209d'Michael Niedermayer2013-03-131-1/+1
|\|
| * lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-101-1/+1
| * lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-091-36/+0
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-81/+0
| * lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-091-48/+0
* | avcodec: assert that old codec ids match newMichael Niedermayer2013-03-131-0/+5
* | dsputil: make selectable.Ronald S. Bultje2013-03-121-1/+2
* | Merge commit '2240e92f052960693de55cf4924e80426dfaa965'Michael Niedermayer2013-03-121-1/+0
|\|
| * lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-081-6/+6
* | utils: Dont sent fake channel layouts, 0 layout is better when its not knownMichael Niedermayer2013-03-121-2/+0
* | Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-121-4/+26
|\|
| * lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-081-2/+22
* | Merge commit '15ec0450b4ae891f3e6ababa03c777a4443b94ca'Michael Niedermayer2013-03-121-16/+23
|\|
| * lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-081-7/+14
* | update_frame_pool: use channel fieldMichael Niedermayer2013-03-121-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-225/+400
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-221/+390
* | lavc/utils: fix typo and reword message in case of too low bitrateStefano Sabatini2013-03-101-1/+1
* | lavc/utils: make sure the iconv descriptor can be opened only once.Clément Bœsch2013-03-081-7/+13
* | Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer2013-03-081-13/+1
|\|
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-8/+15
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-6/+12
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-081-4/+4
|\|
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-4/+4
* | Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c'Michael Niedermayer2013-03-071-2/+2
|\|
| * lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-071-1/+6
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-4/+4
* | avcodec/utils: use AVFrame accessor functionsMichael Niedermayer2013-03-011-26/+28
* | avcodec: add ff_frame_get_metadatap()Michael Niedermayer2013-03-011-0/+2
* | build: make iconv build configurable.Clément Bœsch2013-02-281-4/+4
* | lavc: check return values consistency when decoding subtitles.Nicolas George2013-02-241-0/+2
* | avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer2013-02-211-1/+1
* | avcodec_align_dimensions2: Ensure cinepak has large enough buffers.Michael Niedermayer2013-02-201-1/+8
* | lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993.Clément Bœsch2013-02-171-10/+10
* | lavc: support subtitles character encoding conversion.Clément Bœsch2013-02-171-3/+103
* | lavc: mark bitmap based subtitles codecs as such.Clément Bœsch2013-02-171-1/+1
* | Merge commit 'd2a25c4032ce6ceabb0f51b5c1e6ca865395a793'Michael Niedermayer2013-02-161-1/+0
|\|
| * get_buffer(): do not initialize the data.Anton Khirnov2013-02-151-1/+0
* | avcodec: add avpriv_color_frame()Michael Niedermayer2013-02-161-0/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-141-0/+7
|\|
| * dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-131-0/+7
* | lavc: include timebase in avcodec string at debug level.Michael Niedermayer2013-01-241-0/+9
* | EVRC decoderPaul B Mahol2013-01-211-0/+1