summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-03
|\
| * ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-17
|\|
| * avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* | Fix leaking of side data.Reimar Döffinger2012-01-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-13
|\|
| * utils: Check for extradata size overflows.Alex Converse2012-01-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-19
|\|
| * avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-20
|\|
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-06
|\|
| * avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* | lavc: add ff_init_buffer_info()Michael Niedermayer2011-10-07
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * lavc: add support for codec-specific defaults.Anton Khirnov2011-07-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Doxy for ff_match_2uint16().Michael Niedermayer2010-01-10
* Fix implicit declaration warning.Michael Niedermayer2010-01-10
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-25
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30