summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add opt handler for pending "-sample_fmt" optionPeter Ross2008-07-311-6/+18
* Write sample format description within avcodec_string()Peter Ross2008-07-311-0/+5
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-312-1/+100
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-311-2/+29
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-3146-26/+94
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-311-1/+4
* skip flv video info / command frame packets, fix issue #546Baptiste Coudurier2008-07-311-0/+4
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-301-1/+1
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-301-1/+12
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-301-2/+1
* Simplify intra PCM MB handling.Michael Niedermayer2008-07-301-68/+10
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-301-1/+1
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-301-0/+1
* add a bunch of new xdcam hd422 fourccsBaptiste Coudurier2008-07-301-0/+21
* more hdv fourccsBaptiste Coudurier2008-07-301-0/+3
* update hdv fourcc descriptionsBaptiste Coudurier2008-07-301-4/+4
* give additional use case for version bumping; remove no longer true statement...Peter Ross2008-07-291-2/+3
* Do not declare a counter as unsigned when it is not neededVitor Sessak2008-07-291-1/+1
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-291-33/+33
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-291-19/+19
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-292-1/+2
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-291-1/+1
* Add note about gcc bugs that gcc devs refuse to fix.Diego Biurrun2008-07-291-0/+5
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-291-1/+1
* Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini2008-07-281-0/+2
* Document av_lfg_get().Michael Niedermayer2008-07-281-0/+6
* Warning about MTs speed.Michael Niedermayer2008-07-281-1/+8
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-281-3/+3
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-282-0/+101
* Cosmetics: new lineVitor Sessak2008-07-281-0/+1
* Remove the now useless phase variable from contextVitor Sessak2008-07-281-3/+1
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-281-1/+1
* Cosmetics: make comment match var nameVitor Sessak2008-07-281-1/+1
* Cosmetics: align commentsVitor Sessak2008-07-281-3/+3
* Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak2008-07-281-11/+13
* Declare temporary buffers to be only of the necessary sizeVitor Sessak2008-07-281-3/+3
* Remove redundant commentsVitor Sessak2008-07-281-2/+0
* Cosmetics: do not align with now removed next instructionVitor Sessak2008-07-281-1/+1
* Cosmetics: remove braces and useless newlineVitor Sessak2008-07-281-4/+2
* Change the way the input is passed to do_hybrid_filter(). Before, in[0] wasVitor Sessak2008-07-281-12/+10
* Remove RA288Context.output buffer. This buffer is just RA288Context.sbVitor Sessak2008-07-281-4/+7
* Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer2008-07-271-1/+1
* Add a few comments pointing to the G.728 specificationVitor Sessak2008-07-271-1/+3
* Remove the history buffer from the context. It can easily be evaluatedVitor Sessak2008-07-271-3/+7
* Remove unused variable.Diego Biurrun2008-07-271-1/+0
* Add random to list of test programs.Diego Biurrun2008-07-271-1/+1
* Change return type of main function to int to avoid a warning.Diego Biurrun2008-07-271-1/+2
* Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun2008-07-271-5/+2
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-272-2/+2
* Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxyVitor Sessak2008-07-271-15/+16
OpenPOWER on IntegriCloud