summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-091-0/+4
* fix a rounding error in the PSNR calculation and update the many regressionJustin Ruggles2009-11-093-121/+121
* Attempt to document the "enable pic" hackery for OpenBSD.Reimar Döffinger2009-11-091-0/+4
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-092-5/+5
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-091-12/+3
* Fix crop filter start_frame() for paletted formats different fromStefano Sabatini2009-11-091-1/+5
* Enable linking of parseutils.o.Stefano Sabatini2009-11-091-0/+1
* Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,Reimar Döffinger2009-11-091-3/+0
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-093-13/+14
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-0911-38/+41
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-091-1/+1
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-082-2/+2
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-082-2/+2
* Use enum FrameType as parameter to construct_perm_table().Carl Eugen Hoyos2009-11-081-2/+3
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-081-8/+8
* Fix start_frame(), which was issuing chroma artifacts with planarStefano Sabatini2009-11-081-1/+1
* Set -DPREFIX for yasm simply whenever extern_prefix is set insteadReimar Döffinger2009-11-081-2/+2
* Remove unused variable.Michael Niedermayer2009-11-081-1/+0
* Always add -DPIC to YASM flags when pic is enabled.Reimar Döffinger2009-11-081-1/+1
* move code to avoid forward declarationBaptiste Coudurier2009-11-081-240/+238
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-081-32/+23
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-081-2/+1
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-071-0/+1
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-072-2/+0
* Simpliy exp*table init, based on patch by reimar.Michael Niedermayer2009-11-071-8/+8
* Document sws_freeContext().Stefano Sabatini2009-11-071-0/+4
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-061-1/+1
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-061-0/+1
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-051-0/+56
* PPC: make inline asm xform address test work with Apple toolsMåns Rullgård2009-11-051-1/+1
* IA64: do not automatically enable hardcoded tables if explicitly disabledMåns Rullgård2009-11-051-1/+1
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-053-9/+22
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-051-1/+1
* 10l, typoBaptiste Coudurier2009-11-051-1/+1
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-051-4/+25
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-051-1/+1
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-051-1/+0
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-051-24/+5
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-051-1/+2
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-051-1/+5
* Corrects two typosReynaldo H. Verdejo Pinochet2009-11-051-2/+2
* Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet2009-11-051-0/+3
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-051-2/+2
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-051-1/+0
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-042-29/+28
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-043-33/+36
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-043-4/+6
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-032-8/+23
* Vertical align.Stefano Sabatini2009-11-031-6/+6
* Use spaces after commas for improving readability.Stefano Sabatini2009-11-031-6/+6
OpenPOWER on IntegriCloud