summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-06
|\
| * Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Unbreak avcodec_thread_initReimar Döffinger2011-03-28
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-10
| * Fix build with threading disabledMans Rullgard2011-02-09
| * check sample_fmt in avcodec_openReimar Döffinger2011-02-09
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-09
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
| * Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-03
| * Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-24
* | Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer2011-03-04
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-11
* | Fix build with threading disabledMans Rullgard2011-02-11
* | check sample_fmt in avcodec_openReimar Döffinger2011-02-11
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-11
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-11
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-07
* | Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-04
* | Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-26
|/
* update av_log_missing_feature() to gitJanne Grunau2011-01-17
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-12
* Show profile in avcodec_string().Anssi Hannula2011-01-08
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-07
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-07
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-07
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-31
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-19
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-02
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-30
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-30
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-30
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-29
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15