aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun2013-08-231-2/+0
* libfdk-aacdec: formatting cosmeticsDiego Biurrun2013-08-231-13/+23
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-238-23/+19
* movenc: Make tkhd "enabled" flag QuickTime compatibleJohn Stebbins2013-08-2318-17/+72
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-232-7/+8
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-214-18/+42
* movenc: fix detection of 64bit offset requirementClément Bœsch2013-08-211-3/+9
* movenc: Make chapter track QuickTime compatibleJohn Stebbins2013-08-211-2/+13
* movenc: add faststart option for web streamingClément Bœsch2013-08-213-4/+140
* w32pthread: help compiler figure out undeeded codeRafaël Carré2013-08-211-5/+5
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-211-1/+0
* avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun2013-08-211-1/+1
* h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-201-12/+12
* h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-201-287/+313
* h264_ps: Drop commented-out cruftDiego Biurrun2013-08-201-4/+0
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-203-94/+94
* h264data: Remove unused luma_dc_field_scan tableDiego Biurrun2013-08-201-7/+0
* Add a libfdk-aac decoderMartin Storsjö2013-08-205-3/+304
* vf_fps: add 'start_time' optionJustin Ruggles2013-08-202-1/+23
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-2011-11/+0
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-201-2/+15
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-201-1/+1
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-201-3/+3
* mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato2013-08-201-5/+16
* mov: Compute max duration among the tracks with a timescaleLuca Barbato2013-08-201-1/+1
* mov: Set the timescale for data streamsLuca Barbato2013-08-201-0/+2
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-192-7/+31
* mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-191-0/+1
* mkv: Add options for specifying cluster limitsLuca Barbato2013-08-191-10/+22
* mkv: Refactor mkv_write_packetLuca Barbato2013-08-191-10/+32
* ogg: Fix potential infinite discard loopReimar Döffinger2013-08-191-1/+5
* movenc: Indicate that negative timestamps are supportedMartin Storsjö2013-08-171-7/+7
* dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau2013-08-171-10/+15
* dxa: Make sure the reference frame existsLuca Barbato2013-08-161-0/+4
* h261: check the mtype indexLuca Barbato2013-08-161-0/+5
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-161-3/+1
* hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos2013-08-151-4/+2
* hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini2013-08-151-3/+9
* hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö2013-08-152-1/+2
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-153-196/+206
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-154-29/+30
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-153-94/+57
* mpeg12decdata: Remove unused #defineDiego Biurrun2013-08-151-1/+0
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-156-13/+11
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-156-40/+40
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-152-6/+6
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-151-33/+31
* rtpproto: Check the right feature detection macroMartin Storsjö2013-08-151-1/+1
* electronicarts: Let functions always returning the same value return voidDiego Biurrun2013-08-151-20/+10
* electronicarts: Improve some function/variable namesDiego Biurrun2013-08-151-19/+19