summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* movenc: Allow chapters to be written in trailerJohn Stebbins2013-08-20
* movenc: Allow chapter track in default MODE_MP4John Stebbins2013-08-20
* avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun2013-08-20
* mov: Prevent segfaults on mov_write_hdlr_tagLuca Barbato2013-08-20
* mov: Compute max duration among the tracks with a timescaleLuca Barbato2013-08-20
* mov: Set the timescale for data streamsLuca Barbato2013-08-20
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-19
* mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-19
* mkv: Add options for specifying cluster limitsLuca Barbato2013-08-19
* mkv: Refactor mkv_write_packetLuca Barbato2013-08-19
* ogg: Fix potential infinite discard loopReimar Döffinger2013-08-19
* movenc: Indicate that negative timestamps are supportedMartin Storsjö2013-08-17
* dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau2013-08-17
* dxa: Make sure the reference frame existsLuca Barbato2013-08-16
* h261: check the mtype indexLuca Barbato2013-08-16
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-16
* hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos2013-08-15
* hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini2013-08-15
* hlsenc: Add a proper dependency on the mpegts muxerMartin Storsjö2013-08-15
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-15
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-15
* mpeg12decdata: Remove unused #defineDiego Biurrun2013-08-15
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-15
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-15
* rtpproto: Check the right feature detection macroMartin Storsjö2013-08-15
* electronicarts: Let functions always returning the same value return voidDiego Biurrun2013-08-15
* electronicarts: Improve some function/variable namesDiego Biurrun2013-08-15
* electronicarts: comment wording fixesDiego Biurrun2013-08-15
* electronicarts: Remove bogus function documentationDiego Biurrun2013-08-15
* electronicarts: K&R formatting cosmeticsDiego Biurrun2013-08-15
* 8bps: decode 24bit files correctly as rgb32 on bigendianJanne Grunau2013-08-15
* rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo2013-08-15
* sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö2013-08-14
* rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö2013-08-14
* rtpproto: Update the parameter documentationMartin Storsjö2013-08-13
* segafilm: Error out on impossible packet sizeLuca Barbato2013-08-13
* ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-13
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
* rtjpeg: return meaningful error codesLuca Barbato2013-08-13
* nuv: Use av_fast_reallocLuca Barbato2013-08-13
* nuv: Reset the frame on resizeLuca Barbato2013-08-13
* nuv: Pad the lzo outbufLuca Barbato2013-08-13
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-13
* png: allow encoding 16-bit grayscaleIan Taylor2013-08-13
* wmall: use AVFrame API properlyHendrik Leppkes2013-08-11