summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavf: Support unix socketsLuca Barbato2013-08-055-0/+182
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-052-0/+9
* mpegts: Make discard_pid() faster for single-program streamsBen Avison2013-08-051-0/+11
* mpegts: Remove one memcpy per packetBen Avison2013-08-051-13/+28
* avio: Add an internal function for reading without copyingBen Avison2013-08-052-0/+29
* build: Add missing img2.o dependency to apetag.oDiego Biurrun2013-08-051-1/+1
* ismindex: Replace mkdir ifdeffery by os_support.h #includeDiego Biurrun2013-08-051-5/+1
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-054-1/+25
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-057-50/+94
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-054-2/+12
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-055-1/+17
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-0513-545/+6
* avconv: support -t as an input option.Anton Khirnov2013-08-055-3/+19
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-055-18/+66
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-053-9/+13
* avconv: insert extra filters in the same way for both graph inputs and outputsAnton Khirnov2013-08-051-15/+12
* lavfi/fifo: fix flushing when using request_samplesAnton Khirnov2013-08-051-2/+9
* avconv: fix usage of deprecated lavfi APIAnton Khirnov2013-08-051-1/+1
* avserver: do not use a static string as a default for a string optionAnton Khirnov2013-08-041-1/+3
* mxfenc: switch to av_reallocp_array() and check allocation errorsAlexandra Khirnova2013-08-041-18/+29
* aac: Forward errors properly in aac_decode_frame_intLuca Barbato2013-08-041-17/+17
* aac: Check init_get_bits return valueLuca Barbato2013-08-041-3/+6
* avconv: improve some variable namesAnton Khirnov2013-08-041-4/+4
* lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-042-2/+2
* configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-021-2/+1
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-025-4/+14
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-0220-1/+98
* build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-022-0/+14
* doc/print_options: Move options headers to a saner placeDiego Biurrun2013-08-021-4/+2
* Give less generic names to global library option arraysDiego Biurrun2013-08-029-14/+14
* rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-023-1/+57
* h264_sei: Return meaningful valuesVittorio Giovara2013-08-021-11/+16
* h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-011-58/+78
* h264_sei: Remove pointless old commentDiego Biurrun2013-08-011-1/+1
* twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-011-94/+95
* flvdec: Eliminate completely silly gotoDiego Biurrun2013-08-011-11/+7
* flvdec: K&R formatting cosmeticsDiego Biurrun2013-08-011-323/+386
* flvdec: Fix = vs. == typo in sample rate checkDiego Biurrun2013-08-011-1/+1
* rtsp: Simplify code for forming the remote peer urlMartin Storsjö2013-08-011-8/+5
* avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara2013-08-012-2/+2
* rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö2013-08-011-2/+11
* rtpproto: Check the size before reading buf[1]Martin Storsjö2013-08-011-0/+3
* avconv: add -n option to immediately exit when output files already existVittorio Giovara2013-07-313-1/+13
* avconv: Call exit_program instead of exit in avconv_opt as wellMartin Storsjö2013-07-311-70/+70
* avopt: Check whether the object actually has got an AVClassMartin Storsjö2013-07-311-0/+3
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-316-5/+36
* rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö2013-07-311-19/+6
* rtpproto: Remove a misplaced commentMartin Storsjö2013-07-311-1/+0
* rtpproto: Support nonblocking readsMartin Storsjö2013-07-311-1/+4
* rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-312-2/+4
OpenPOWER on IntegriCloud