2008-08-03 |
Justin Ruggles | remove a comment which is no longer true |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Diego Biurrun | Replace call to deprecated avcodec_build() with avcodec... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Stefano Sabatini | Increase the maximum number of supported stream mapping... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Michael Niedermayer | Remove useless mb_field_decoding_flag setting code... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Michael Niedermayer | mb_field_decoding_flag was not initialized |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Mathieu Malaterre | Wrong constant used in default threshold value calculat... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Justin Ruggles | cosmetics: vertical alignment |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Justin Ruggles | use MAX_BLOCKS for array size instead of 6 |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Justin Ruggles | rearrange dimensions of pre_mantissa array |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Ross | Add graceful error handling to avcodec_get_pix_fmt_name... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Ross | Add sample format converter to FFmpeg (adds -sample_fmt... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Michael Niedermayer | Picture.ref_count/ref_poc have to be stored per field... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Baptiste Coudurier | do not fail on qscale==0 if error resilience is high... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Uoti Urpala | Mark add_png_paeth_prediction_* functions which are... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Peter Ross | Add sample format converter to FFplay. |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Baptiste Coudurier | support big endian lpcm with audio stsd v2 |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Baptiste Coudurier | keep original codec/fourcc endianness, fix XDCAMHD.mov |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Baptiste Coudurier | more complete audio stsd v2 |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Baptiste Coudurier | move version specific parsing code before codec specifi... |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Peter Ross | Simplify AVCodecContext usage within FFplay audio_decod... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Michael Niedermayer | I found a maintainer for all parts that had none listed :) |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Michael Niedermayer | Recommit r14497 |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Michael Niedermayer | Revert r14497 |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Diego Biurrun | Explain the difference between HAVE_LIST and CONFIG_LIS... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Diego Biurrun | Only check for socklen_t if network support is enabled. |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Diego Biurrun | Add missing header #includes. |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Peter Ross | Modify av_audio_convert() to use AVAudioConvert context... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Peter Ross | Revert r14484 hunk that deleted the 'include avcodec... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Nicolas George | Use compression level to set mp3lame quality option. |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Art Clarke | downgrade mov negative ctts log message to warning... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | Only reset buffer state if seeking is successful; updat... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | check url_fseek return value |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | check url_fseek return value, update seek reg tests |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | check url_fseek return value, update seek reg tests |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Mathieu Malaterre | Fix a potential out of array writing. |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Peter Ross | Add opt handler for pending "-sample_fmt" option |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Peter Ross | Write sample format description within avcodec_string() |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Peter Ross | Add sample format support functions: avcodec_get_sample... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Art Clarke | Use static vlc structure to decode layer 3 huffman... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Peter Ross | Modify all codecs to report their supported input and... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Måns Rullgård | fix ARMv6 FASTDIV for divisor <=2 |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Baptiste Coudurier | skip flv video info / command frame packets, fix issue... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Michael Niedermayer | 1000l typo my new PRNG converged to -1. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Michael Niedermayer | Add a multiplicative LFG for those thinking the additiv... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Baptiste Coudurier | change assert test due to the new reducing of time_base... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Michael Niedermayer | Simplify intra PCM MB handling. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Diego Biurrun | USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Peter Ross | EA Demuxer: make rev2 flag optional |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Baptiste Coudurier | add a bunch of new xdcam hd422 fourccs |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Baptiste Coudurier | more hdv fourccs |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Baptiste Coudurier | update hdv fourcc descriptions |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Peter Ross | give additional use case for version bumping; remove... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Vitor Sessak | Do not declare a counter as unsigned when it is not... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Vitor Sessak | Cosmetics: rename loop counter vars to i,j |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Vitor Sessak | Cosmetics: rename loop counter vars to i,j |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Loren Merritt | r14205 broke vorbis float_to_int on ppc |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Stefano Sabatini | Fix a typo in sdp_write_header(): change "IPV4", which... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Diego Biurrun | Add note about gcc bugs that gcc devs refuse to fix. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Paul Kendall | Use #define instead of a constant. Patch by Paul Kendall. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Stefano Sabatini | Make ffmpeg dump output format in case of codec type... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Michael Niedermayer | Document av_lfg_get(). |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Michael Niedermayer | Warning about MTs speed. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Jason Garrett... | Small h264 decoding speed optimization: while->do/while |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Michael Niedermayer | Simple lagged fibonacci PRNG. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Cosmetics: new line |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Remove the now useless phase variable from context |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Peter Ross | increment minor version for commit r14412 (add sample_f... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Cosmetics: make comment match var name |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Cosmetics: align comments |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Rename two context vars: s/sb/sp_block/, s/lhist/gain_b... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Declare temporary buffers to be only of the necessary... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Remove redundant comments |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Cosmetics: do not align with now removed next instruction |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Cosmetics: remove braces and useless newline |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Change the way the input is passed to do_hybrid_filter... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Vitor Sessak | Remove RA288Context.output buffer. This buffer is just... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Michael Niedermayer | Fix misdetection of H.264 in mpegts as mpeg1video in... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Vitor Sessak | Add a few comments pointing to the G.728 specification |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Vitor Sessak | Remove the history buffer from the context. It can... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Diego Biurrun | Add random to list of test programs. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Diego Biurrun | Change return type of main function to int to avoid... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Diego Biurrun | Move #includes, which are only used in the test program... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Stefano Sabatini | Improve long names for FFM muxer and demuxer: |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Vitor Sessak | Rename two context buffers: pr{1,2} -> {sp,gain}_lpc... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Stefano Sabatini | Complete documentation for av_set_string(). |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Vitor Sessak | Remove st1 and st2 temporary buffers in backward_filter... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Michael Niedermayer | Change benchmarking code so it returns comparable values. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Michael Niedermayer | Make the selftesting code use and compileable. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Vitor Sessak | Change slightly the meaning of RA288Context.phase.... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
tripp | Fix and clarify invalid examples for framerate override... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Aurelien Jacobs | matroska: add support for A_QUICKTIME/QDM2 codec |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Aurelien Jacobs | matroska: add support for V_QUICKTIME track type |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Jeff Downs | Initialize outputed_poc to INT_MIN at decoder initializ... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Paul Kendall | left_block intialisation optimisation. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Diego Biurrun | typo fix |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Robert Swain | AAC tables and data that have been OKed by Michael |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Michael Niedermayer | Detect IDR less H.264 correctly. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Jeff Downs | And.... Fix another spec reference to be more specific... |
commit | commitdiff | tree | snapshot |
next |