summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Only check for socklen_t if network support is enabled.Diego Biurrun2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2008-08-01
* Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross2008-08-01
* Use compression level to set mp3lame quality option.Nicolas George2008-08-01
* fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier2008-07-31
* downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke2008-07-31
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-31
* check url_fseek return valueBaptiste Coudurier2008-07-31
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
* Fix a potential out of array writing.Mathieu Malaterre2008-07-31
* Add opt handler for pending "-sample_fmt" optionPeter Ross2008-07-31
* Write sample format description within avcodec_string()Peter Ross2008-07-31
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-31
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-31
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-31
* skip flv video info / command frame packets, fix issue #546Baptiste Coudurier2008-07-31
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-30
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-30
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-30
* Simplify intra PCM MB handling.Michael Niedermayer2008-07-30
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-30
* EA Demuxer: make rev2 flag optionalPeter Ross2008-07-30
* add a bunch of new xdcam hd422 fourccsBaptiste Coudurier2008-07-30
* more hdv fourccsBaptiste Coudurier2008-07-30
* update hdv fourcc descriptionsBaptiste Coudurier2008-07-30
* give additional use case for version bumping; remove no longer true statement...Peter Ross2008-07-29
* Do not declare a counter as unsigned when it is not neededVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-29
* Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini2008-07-29
* Add note about gcc bugs that gcc devs refuse to fix.Diego Biurrun2008-07-29
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-29
* Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini2008-07-28
* Document av_lfg_get().Michael Niedermayer2008-07-28
* Warning about MTs speed.Michael Niedermayer2008-07-28
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-28
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-28
* Cosmetics: new lineVitor Sessak2008-07-28
* Remove the now useless phase variable from contextVitor Sessak2008-07-28
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-28
* Cosmetics: make comment match var nameVitor Sessak2008-07-28
* Cosmetics: align commentsVitor Sessak2008-07-28
* Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak2008-07-28
* Declare temporary buffers to be only of the necessary sizeVitor Sessak2008-07-28
* Remove redundant commentsVitor Sessak2008-07-28
* Cosmetics: do not align with now removed next instructionVitor Sessak2008-07-28