summaryrefslogtreecommitdiffstats
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: skip initial silence when requestedMichael Niedermayer2012-07-141-0/+5
* h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer2012-07-021-0/+2
* lavc: add frame multithreading capability (currently intra only)Michael Niedermayer2012-06-231-0/+2
* threads: make get_logical_cpus() available outside pthread.cMichael Niedermayer2012-06-231-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+6
|\
| * lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-0/+6
* | ff_samples_to_time_base: support AV_NOPTS_VALUEMichael Niedermayer2012-04-111-0/+2
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-241-0/+2
* | lavc: Redesign the internal encoding API.Michael Niedermayer2012-03-221-0/+6
* | lavc: add ff_alloc_packet2().Michael Niedermayer2012-03-221-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-0/+11
|\ \ | |/
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-0/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-0/+1
|\ \ | |/
| * ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-011-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-171-0/+25
|\ \ | |/
| * avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-151-0/+25
* | Fix leaking of side data.Reimar Döffinger2012-01-141-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-131-0/+7
|\ \ | |/
| * utils: Check for extradata size overflows.Alex Converse2012-01-121-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-191-1/+0
|\ \ | |/
| * avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-3/+6
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-3/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-201-0/+34
|\ \ | |/
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-0/+34
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-061-0/+3
|\ \ | |/
| * avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-051-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-1/+1
* | lavc: add ff_init_buffer_info()Michael Niedermayer2011-10-071-0/+5
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-0/+5
|\ \ | |/
| * lavc: add support for codec-specific defaults.Anton Khirnov2011-07-101-0/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-181-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Doxy for ff_match_2uint16().Michael Niedermayer2010-01-101-0/+4
* Fix implicit declaration warning.Michael Niedermayer2010-01-101-0/+2
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-291-20/+0
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-2/+2
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-4/+4
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-251-0/+5
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-241-0/+13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-161-0/+8
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-0/+39
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-121-32/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-301-0/+12
OpenPOWER on IntegriCloud