summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles2011-01-151-26/+25
* Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles2011-01-151-1/+4
* Cosmetics: fix weird indent.Stefano Sabatini2011-01-151-4/+4
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-1510-99/+42
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-153-25/+23
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-152-1/+10
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-141-3/+5
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-141-5/+5
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-141-1/+1
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-141-0/+2
* Update smc fate ref due to r26310Baptiste Coudurier2011-01-141-119/+119
* Fix SVQ3Jason Garrett-Glaser2011-01-143-19/+23
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-141-1/+3
* Remove outdated comment in h264dsp.hJason Garrett-Glaser2011-01-141-4/+0
* Reindent after r26337.Jason Garrett-Glaser2011-01-141-11/+11
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-144-15/+33
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-1412-65/+227
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-141-2/+6
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-141-1/+1
* Add avcore.h header in samplefmt.h.Stefano Sabatini2011-01-141-0/+2
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-141-0/+1
* Reindent after 26330.Ronald S. Bultje2011-01-141-1/+1
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-143-18/+26
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-142-60/+46
* add support for blocksize 64Sascha Sommer2011-01-141-5/+6
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-141-6/+1
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-131-25/+3
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-131-0/+7
* Make av_get_channel_layout_string() guess the number of channels if itStefano Sabatini2011-01-133-1/+5
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-123-2/+4
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-121-2/+3
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-121-14/+14
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-121-2/+2
* Remove myself as AAC maintainer. I just don't have it in me anymore.Alex Converse2011-01-121-1/+0
* aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-121-3/+25
* Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier2011-01-121-1/+1
* don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs2011-01-121-1/+2
* Fix design of the pad filter.Michael Niedermayer2011-01-111-4/+76
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-112-4/+7
* Fix warnings:Baptiste Coudurier2011-01-111-3/+3
* Change 'arg' type in parse_meta_type, fix warning:Baptiste Coudurier2011-01-111-1/+1
* In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier2011-01-111-3/+3
* In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier2011-01-111-0/+4
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-112-3/+20
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-111-2/+2
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-111-2/+2
* H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser2011-01-101-1/+2
* revert r26302Peter Ross2011-01-101-2/+0
* Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos2011-01-101-1/+1
* In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch2011-01-101-1/+1
OpenPOWER on IntegriCloud