summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt2021-09-261-1/+1
* avcodec/avcodec: Remove redundant assertAndreas Rheinhardt2021-09-261-3/+0
* avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt2021-09-261-2/+1
* avcodec: add a Film Grain codec property flagJames Almer2021-08-241-0/+2
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-081-1/+0
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-081-11/+3
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-081-1/+1
* avcodec/avcodec: Use avcodec_close() on avcodec_open2() failureAndreas Rheinhardt2021-04-281-40/+9
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-281-12/+11
* avcodec/avcodec: Free frame_thread_encoder on avcodec_open2() errorAndreas Rheinhardt2021-04-281-0/+2
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-30/+0
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-10/+0
* avcodec: Remove lock manager APIAndreas Rheinhardt2021-04-271-7/+0
* avcodec/avcodec: Actually honour the documentation of subtitle_headerAndreas Rheinhardt2021-04-241-2/+5
* avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt2021-03-241-68/+65
* avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt2021-03-241-7/+7
* avcodec/avcodec: Don't use NULL for %s printf specifierAndreas Rheinhardt2021-03-241-16/+22
* avcodec/avcodec: Use dedicated pointer to access AVCodecInternalAndreas Rheinhardt2021-03-241-24/+23
* avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt2021-03-201-8/+0
* avcodec/avcodec: Sanitize options before using themAndreas Rheinhardt2021-03-201-7/+7
* avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt2021-03-201-40/+0
* avcodec/avcodec: Check earlier for codec id/type mismatchAndreas Rheinhardt2021-03-201-12/+12
* avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer2021-03-191-0/+845
* broken mess removialMichael Niedermayer2004-09-291-173/+0
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+1
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+1
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * still unfinished code for OptionsZdenek Kabelac2003-02-101-19/+19
* * useless commit - ignoreZdenek Kabelac2002-11-111-4/+20
* * first shot for the new avcodec APIZdenek Kabelac2002-05-141-0/+150