summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-1/+1
|\
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-121-0/+1
|\ \ | |/
| * g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-111-0/+1
* | add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs2011-04-111-0/+7
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-1/+2
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-0/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-061-1/+0
|\ \ | |/
| * Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-051-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Unbreak avcodec_thread_initReimar Döffinger2011-03-281-4/+5
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-3/+6
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-2/+2
|\ \ | |/
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-131-2/+2
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-5/+4
| * Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-101-1/+1
| * Fix build with threading disabledMans Rullgard2011-02-091-0/+2
| * check sample_fmt in avcodec_openReimar Döffinger2011-02-091-0/+10
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-091-3/+17
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-6/+54
| * Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-031-0/+2
| * Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-241-1/+1
* | Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer2011-03-041-4/+5
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-5/+4
* | Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-111-1/+1
* | Fix build with threading disabledMans Rullgard2011-02-111-0/+2
* | check sample_fmt in avcodec_openReimar Döffinger2011-02-111-0/+10
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-111-3/+17
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-5/+54
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-071-1/+42
* | Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-041-0/+2
* | Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-261-1/+1
|/
* update av_log_missing_feature() to gitJanne Grunau2011-01-171-1/+1
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-121-1/+2
* Show profile in avcodec_string().Anssi Hannula2011-01-081-0/+8
* Add pkt_dts to AVFrame, this will in the future allow multithreading decodersMichael Niedermayer2011-01-071-0/+2
* Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.ptsMichael Niedermayer2011-01-071-0/+8
* Add av_get_profile_name() to get profile names.Anssi Hannula2011-01-071-0/+13
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-311-0/+5
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-191-1/+2
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-041-8/+11
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-1/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-1/+2
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-031-1/+1
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-1/+2
OpenPOWER on IntegriCloud