summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove useless mb_field_decoding_flag setting code that was at the wrong spot.Michael Niedermayer2008-08-03
* mb_field_decoding_flag was not initializedMichael Niedermayer2008-08-03
* Wrong constant used in default threshold value calculation forMathieu Malaterre2008-08-03
* cosmetics: vertical alignmentJustin Ruggles2008-08-03
* use MAX_BLOCKS for array size instead of 6Justin Ruggles2008-08-03
* rearrange dimensions of pre_mantissa arrayJustin Ruggles2008-08-03
* Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix...Peter Ross2008-08-03
* Add sample format converter to FFmpeg (adds -sample_fmt option)Peter Ross2008-08-03
* Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer2008-08-02
* do not fail on qscale==0 if error resilience is high, fix broken quicktime h2...Baptiste Coudurier2008-08-02
* Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala2008-08-02
* Add sample format converter to FFplay.Peter Ross2008-08-02
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-02
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-02
* more complete audio stsd v2Baptiste Coudurier2008-08-02
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-02
* Simplify AVCodecContext usage within FFplay audio_decode_frame()Peter Ross2008-08-02
* I found a maintainer for all parts that had none listed :)Michael Niedermayer2008-08-01
* Recommit r14497Michael Niedermayer2008-08-01
* Revert r14497Michael Niedermayer2008-08-01
* Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.Diego Biurrun2008-08-01
* 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