2010-01-01 |
Stefano Sabatini | Deprecate guess_format() in favor of av_guess_format(). |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Stefano Sabatini | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Stefano Sabatini | Remove residual use of the doxygen markup which is... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Reimar Döffinger | Do not needlessly use the BP register in x86_64-specifi... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Stefano Sabatini | Document guess_format(). |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Stefano Sabatini | Deprecate and mark for deletion the function guess_stre... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Diego Biurrun | Remove unused function msmpeg4_memsetw(). |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Carl Eugen... | Fix colourspace for 16 bit raw video in mov, fixes... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Carl Eugen... | Support raw black&white in mov, fixes issue 1654. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Luca Abeni | Remove outdated comments. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Luca Barbato | Rename internal function |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | cosmetics: Move MPEG-4 encoding functions around to... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | 10l: Move ff_mpeg4_pred_dc() to an appropriate place. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | cosmetics: Move MPEG-4 decoding functions around to... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | cosmetics: Move H.263-related functions around to avoid... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | cosmetics: Reorder functions to avoid forward declarations. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Remove unnecessary forward declaration for msmpeg4_mems... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_ANY_H263 preprocessor defin... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Add required header #includes for mpegvideo.h and config.h. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_WMV_DECODER definition. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Get rid of pointless CONFIG_WMV2 definition. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Diego Biurrun | Simplify CONFIG_ANY_H263_DECODER preprocessor definition: |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WM... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Remove pointless CONFIG_MLP_DECODER preprocessor check. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Neither the H.264 nor the SVQ3 decoder depend on the... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | The MLP decoder depends on the MLP parser. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Enable the TrueHD decoder when the MLP decoder is enabled. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Declare AC-3 parser dependency of AC-3 decoder and... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Carl Eugen... | Fix colours for QT JPEG2000, fixes issue 1540. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Carl Eugen... | Use correct pixfmt for 32 bit raw in mov also on big... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Declare AAC parser dependencies in configure. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | The S/P-DIF muxer depends on mpeg4audio.o. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | Declare WMV1/WMV2/VC-1 decoder dependency on the H... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Gwenole Beauchesne | Add myself as VAAPI maintainer. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Gwenole Beauchesne | Add H.264 bitstream decoding through VAAPI. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Diego Biurrun | vc1_parser.o does not depend on h263dec.o and intrax8.o. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Michael Dorr | Do not explicitely set thread_count in the codec context. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Stefano Sabatini | Set thread_count in the decoder before to open it. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Declare dependencies of RV10/RV20 decoders on the H... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Declare dependencies for H.263 family decoders in confi... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Declare the dependency of the H.263 decoder on the... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | cosmetics: Remove pointless '#if 1' preprocessor direct... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Gwenole Beauchesne | Use VA_INVALID_ID instead of hard coded values. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Gwenole Beauchesne | Add "Hardware acceleration" section to MAINTAINERS... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Luca Abeni | Remove a useless local variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Luca Abeni | Remove outdated comment |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Luca Abeni | Remove an unneeded local variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Remove unused variable, fixes the warning: |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Diego Biurrun | Mark conditionally used variable as av_unused, fixes... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Gwenole Beauchesne | Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_p... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Gwenole Beauchesne | Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Luca Abeni | Use different dynamic payload types for audio and video. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Michael Niedermayer | 2nd try on documenting av_gcd(). |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Diego Biurrun | Remove commented-out debug console output. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Diego Biurrun | cosmetics: Move a bunch of forward declarations below... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | 16-bit Interplay video does not need palette control |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Michael Niedermayer | Document av_gcd(). |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Add missing opcodes for 16-bit Interplay Video decoding... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | 16-bit Interplay Video stores motion vector data at... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | 10l trocadero: forgot one case where picture linesize... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | cosmetics: reindent and break long lines after last... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Add 16-bit image data handling (but not decoding yet... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Use frame linesize in Interplay Video block copying... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Make CHECK_STREAM_PTR macro in Interplay Video decoder... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Recognize 16-bit Interplay Video variant |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Kostya Shishkov | Change main loop in Interplay Video decoder, so variabl... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Diego Biurrun | Use common regression test functions in ffserver regres... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Diego Biurrun | Replace ` ` syntax by $( ) in regression test shell... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Reimar Döffinger | Fix cdg reference and buffer_hints value: |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Luca Abeni | Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Michael Niedermayer | Do not copy codec_tag in stream copy case if it is... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Stefano Sabatini | Use positive logic, improve readability, consistent... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Kostya Shishkov | cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Diego Biurrun | cosmetics: Reformat some function declarations. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Diego Biurrun | Remove some unused variables, fixes the warnings: |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Luca Abeni | Add support for mp3 over RTP in rtpdec.c |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Kostya Shishkov | Auravision Aura 2 decoder |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Kostya Shishkov | Add Auravision Aura decoding support |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Kostya Shishkov | There is no need to print FFmpeg or codec name in error... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Kostya Shishkov | cosmetics: correct formatting a bit |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Måns Rullgård | ARM: use ALT_BITSTREAM_READER on cores with fast unalig... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Stefano Sabatini | Satisfy grammatical nits. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Stefano Sabatini | Implement a -pix_fmts option for listing all the suppor... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Stefano Sabatini | Re-add missing "@end table" which was erroneously remov... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Stefano Sabatini | Factorize common options documentation. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Add -?, -help, and --help as alternative options to... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Print usage instead of help when no files are specified. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Split show_usage() out of show_help(). |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Add a general [options] to the basic usage string. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | First print the program description and then the basic... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Remove parameters no longer used in h[yc]scale(). |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Move fast bilinear scaler code to the existing h[yc... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Rename function pointers used to convert from the input... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Check if chroma horizontal scaler is needed in sws_init... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Ramiro Polla | Remove unused fields from SwsContext. |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Ramiro Polla | Indentation. |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Ramiro Polla | Set fast_bilinear functions in sws_init_swScale(). |
commit | commitdiff | tree | snapshot |
next |