summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mp3dec: Dont spam the user on multiple mp3 frames.Chris Rankin2011-09-081-1/+1
* ffmdec: set avio buffer to ffm->packet_size, avoid dirty readsYan Jing2011-09-081-0/+5
* ffmdec: fix seeking for non indexed filesMichael Niedermayer2011-09-082-5/+5
* ffmdec: handle wrapped file in ffm_seekYan Jing2011-09-081-2/+16
* doxygen: dont generate docs for avconv.cMichael Niedermayer2011-09-081-1/+2
* Add loas as an extension for LOAS/LATM.Carl Eugen Hoyos2011-09-081-1/+1
* Support remuxing aac_latm.Carl Eugen Hoyos2011-09-081-0/+7
* libvpxenc: add 'crf' private optionJames Zern2011-09-081-1/+14
* libvpxenc: add 'rc_lookahead' private optionJames Zern2011-09-081-0/+13
* libvpxenc: silence AVOption related warningsJames Zern2011-09-081-11/+11
* avopt: Fix searching for constantsMichael Niedermayer2011-09-081-1/+1
* jpeglsdec: fix infinite loopMichael Niedermayer2011-09-081-0/+2
* WTV muxer (1_extract_wtv_common_code.patch)zhentan feng2011-09-083-36/+56
* flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 streamAsad Mehmood2011-09-081-0/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-0717-76/+297
|\
| * Add LATM muxerKieran Kunhya2011-09-077-1/+196
| * v210enc: clip values according to specificationsBaptiste Coudurier2011-09-071-6/+8
| * v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-071-11/+9
| * v210dec: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-072-11/+11
| * AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-071-4/+4
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-076-16/+20
| * AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-072-6/+5
| * libx264: fix setting some more parametersAnton Khirnov2011-09-071-27/+36
| * libx264: fix setting the H.264 levelAndrej Peterka2011-09-071-3/+3
| * libx264: add 'direct-pred' private optionAnton Khirnov2011-09-076-8/+14
| * libx264: add 'partitions' private optionAnton Khirnov2011-09-076-20/+20
* | rtpdec_asf: fix memleakMichael Niedermayer2011-09-071-2/+6
* | rtp: Fix integer underflow that could allow remote code execution.Michael Niedermayer2011-09-071-0/+2
* | Correct docs for boxblur parametersMark Himsley2011-09-071-1/+1
* | flvdec: A little bit of cleanupJoseph Wecker2011-09-071-5/+4
* | flvenc: Correctly encode data stream into in-band metadata frames.Joseph Wecker2011-09-071-4/+12
* | flvdec: Properly decoding in-band metadata packets as data frames.Joseph Wecker2011-09-072-13/+17
* | flvdec: Started to remove most of the "only 1-audio+1-video" assumptionsJoseph Wecker2011-09-072-20/+43
* | flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcas...Joseph Wecker2011-09-073-7/+16
* | Support Speex in isom.Carl Eugen Hoyos2011-09-071-1/+3
* | Fix decoding of 2/4 bpp Tiff samples.Carl Eugen Hoyos2011-09-071-3/+3
* | Cosmetics: Fix comment.Carl Eugen Hoyos2011-09-071-1/+1
* | libavformat/utils: only run delta_dts_min calculation code when its value is ...Michael Niedermayer2011-09-071-16/+20
* | libavformat/utils: use FFMIN() where possibleMichael Niedermayer2011-09-071-2/+1
* | libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds h...wg2011-09-071-4/+28
* | avfilter: dont crash on filters with NULL instance names.Michael Niedermayer2011-09-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-064-781/+803
|\ \ | |/
| * libx264: add 'cplxblur' private optionAnton Khirnov2011-09-063-5/+9
| * libx264: add 'deblock' private optionAnton Khirnov2011-09-063-8/+20
| * libx264: add 'b-bias' private optionAnton Khirnov2011-09-063-2/+11
| * libx264: fix setting some options.Anton Khirnov2011-09-062-17/+32
| * libx264: remove useless assignmentAnton Khirnov2011-09-061-1/+0
| * ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-062-11/+4
| * mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-061-768/+751
* | dshow: properly disconnect and remove filters from graphRamiro Polla2011-09-061-4/+14
OpenPOWER on IntegriCloud