aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-189-0/+9
* rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov2014-06-181-1/+6
* Remove avserver.Anton Khirnov2014-06-1818-6199/+7
* dcadec: replace ldexpf with a multiplication by a constantNiels Möller2014-06-181-1/+1
* AVFrame: factor out freeing the side dataRoman Savchenko2014-06-181-9/+12
* vp9 encoder: use a decent default speed settingRafaël Carré2014-06-171-1/+1
* flvenc: Don't over-count metadata.Josh Allmann2014-06-176-6/+7
* tiffenc: fix packet size calculationTristan Matthews2014-06-171-3/+5
* jpeg2000: Mark static data init functions as av_coldDiego Biurrun2014-06-173-3/+7
* avconv: use the correct variable in comparisonAnton Khirnov2014-06-171-1/+1
* configure: Directly support Android as target OSLuca Barbato2014-06-161-0/+7
* gitignore: add dylib and swp entriesVittorio Giovara2014-06-161-0/+2
* lavf: dump stream side data when probingVittorio Giovara2014-06-141-0/+143
* lavf: group dump functions togetherVittorio Giovara2014-06-143-246/+285
* vf_showinfo: print display transformation valuesVittorio Giovara2014-06-141-0/+5
* ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-134-3/+9
* Rename tpel_template.c ---> pel_template.cDiego Biurrun2014-06-135-7/+7
* configure: use pkg-config for libx264Vittorio Giovara2014-06-121-1/+1
* libx265: Remove unneeded bit depth checkDerek Buitenhuis2014-06-121-5/+0
* libx265: Add 4:2:2 supportDerek Buitenhuis2014-06-122-5/+11
* libx265: Actually use X265_API_IMPORTSDerek Buitenhuis2014-06-121-4/+4
* Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-123-9/+1
* avconv: make -shortest work with streamcopyAnton Khirnov2014-06-121-11/+16
* libx264: Support bitrate reconfigurationLuca Barbato2014-06-111-0/+31
* h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau2014-06-111-5/+3
* mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau2014-06-111-1/+4
* fate: add on2avc audio testVittorio Giovara2014-06-102-0/+34
* mpegvideoenc: check color_rangeVittorio Giovara2014-06-101-6/+16
* ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-1012-12/+24
* ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-103-0/+15
* mpegts: Provide an option to override the pcr periodLuca Barbato2014-06-102-1/+7
* mpegts: Move the option section to the bottomLuca Barbato2014-06-101-35/+35
* doc: Document mpegts muxrateLuca Barbato2014-06-101-0/+2
* x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-101-5/+5
* adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-101-0/+1
* av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau2014-06-091-1/+4
* configure: use .altmacro for gnu as check on armJanne Grunau2014-06-091-0/+4
* adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-061-1/+1
* oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö2014-06-061-1/+1
* avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-061-1/+4
* avcodec options: add enum option for colorspaceMarc-Antoine Arnaud2014-06-061-1/+11
* avcodec options: add enum option for color_trcMarc-Antoine Arnaud2014-06-061-1/+15
* avcodec options: add enum option for color_primariesMarc-Antoine Arnaud2014-06-061-1/+9
* mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-0628-202/+214
* libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-062-44/+20
* mov: Export geotag metadata fieldsMartin Storsjö2014-06-061-0/+41
* dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-052-5/+5
* avconv: Report the codec and the encoder separatelyLuca Barbato2014-06-041-4/+26
* oggenc: Support flushing the muxerMartin Storsjö2014-06-042-3/+20
* build: check if AS supports the '.func' directiveJanne Grunau2014-06-033-6/+24