summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-199-32/+172
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-194-31/+35
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-195-12/+13
* avconv: deprecate -isync.Anton Khirnov2012-08-193-20/+8
* avconv: reformat the options table.Anton Khirnov2012-08-191-92/+175
* avconv: get rid of ugly casts in the options table.Anton Khirnov2012-08-191-64/+83
* avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov2012-08-191-0/+10
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-196-36/+51
* vorbisdec: remove some pointless commentsMans Rullgard2012-08-191-11/+11
* avprobe: add const to AVCodec pointerMans Rullgard2012-08-181-1/+1
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* pthread: add const to AVCodec pointersMans Rullgard2012-08-181-4/+4
* mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov2012-08-181-8/+23
* cmdutils: refactor -codecs option.Anton Khirnov2012-08-184-82/+131
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-185-10/+15
* lavc: add avcodec_descriptor_get_by_name().Anton Khirnov2012-08-182-0/+19
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-183-14/+17
* swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-182-9/+9
* dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-181-2/+4
* rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-171-1/+9
* rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-172-10/+0
* rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-171-4/+16
* avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-173-8/+46
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-171-0/+9
* amrwbdec: Decode the fr_quality bit properlyMartin Storsjö2012-08-171-1/+1
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-171-2/+7
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-172-1/+1
* doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-171-2/+2
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-171-66/+77
* configure: clean up Altivec detectionMans Rullgard2012-08-161-7/+4
* getopt: Remove an unnecessary defineMartin Storsjö2012-08-161-2/+0
* rtmp: Use int instead of ssize_tMartin Storsjö2012-08-161-3/+3
* getopt: Add missing includesMartin Storsjö2012-08-161-0/+3
* rtmp: Add support for receiving incoming streamsJordi Ortiz2012-08-163-7/+515
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-167-0/+16
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-161-0/+3
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-162-7/+10
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-162-56/+42
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-164-0/+4
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-155-0/+6
* Don't include common.h from avutil.hMartin Storsjö2012-08-15238-2/+346
* rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset2012-08-153-1/+138
* rtmp: Add support for SWFVerificationSamuel Pitoiset2012-08-153-1/+73
* api-example: use new video encoding API.Anton Khirnov2012-08-151-28/+44
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
* libavresample: add mix level normalization optionJohn Stebbins2012-08-143-1/+5
* w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun2012-08-141-0/+3
* rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset2012-08-141-4/+16