summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-293-0/+362
* vc1_parser.o does not depend on h263dec.o and intrax8.o.Diego Biurrun2009-12-291-2/+1
* Do not explicitely set thread_count in the codec context.Michael Dorr2009-12-281-3/+0
* Set thread_count in the decoder before to open it.Stefano Sabatini2009-12-281-3/+2
* Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.Diego Biurrun2009-12-282-4/+4
* Declare dependencies for H.263 family decoders in configure.Diego Biurrun2009-12-282-12/+9
* Declare the dependency of the H.263 decoder on the H.263 parser in configure.Diego Biurrun2009-12-282-1/+2
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-282-12/+6
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-281-6/+0
* Use VA_INVALID_ID instead of hard coded values.Gwenole Beauchesne2009-12-283-7/+7
* Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to there.Gwenole Beauchesne2009-12-281-2/+3
* Remove a useless local variable.Luca Abeni2009-12-281-11/+10
* Remove outdated commentLuca Abeni2009-12-281-1/+0
* Remove an unneeded local variable.Luca Abeni2009-12-281-5/+4
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-281-1/+0
* Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun2009-12-281-1/+1
* Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne2009-12-285-5/+5
* Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne2009-12-285-8/+8
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-272-2/+2
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-271-1/+1
* Remove commented-out debug console output.Diego Biurrun2009-12-271-45/+0
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-271-13/+14
* 16-bit Interplay video does not need palette controlKostya Shishkov2009-12-271-3/+3
* Document av_gcd().Michael Niedermayer2009-12-271-0/+5
* Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov2009-12-271-4/+369
* 16-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov2009-12-271-6/+27
* 10l trocadero: forgot one case where picture linesize should be usedKostya Shishkov2009-12-271-1/+1
* cosmetics: reindent and break long lines after last commitsKostya Shishkov2009-12-271-13/+15
* Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov2009-12-271-4/+13
* Use frame linesize in Interplay Video block copying functionKostya Shishkov2009-12-271-2/+2
* Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov2009-12-271-24/+24
* Recognize 16-bit Interplay Video variantKostya Shishkov2009-12-272-1/+14
* Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov2009-12-271-5/+6
* Use common regression test functions in ffserver regression test script.Diego Biurrun2009-12-261-1/+3
* Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun2009-12-263-12/+12
* Fix cdg reference and buffer_hints value:Reimar Döffinger2009-12-261-1/+2
* Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni2009-12-261-4/+4
* Do not copy codec_tag in stream copy case if it is associated with a differen...Michael Niedermayer2009-12-251-1/+1
* Use positive logic, improve readability, consistent with r20877.Stefano Sabatini2009-12-251-1/+1
* cosmetics: reindentKostya Shishkov2009-12-251-8/+8
* cosmetics: Reformat some function declarations.Diego Biurrun2009-12-241-18/+17
* Remove some unused variables, fixes the warnings:Diego Biurrun2009-12-241-2/+1
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-231-0/+1
* Auravision Aura 2 decoderKostya Shishkov2009-12-236-2/+143
* Add Auravision Aura decoding supportKostya Shishkov2009-12-236-2/+27
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-231-1/+1
* cosmetics: correct formatting a bitKostya Shishkov2009-12-231-6/+5
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-221-1/+1
* Satisfy grammatical nits.Stefano Sabatini2009-12-211-3/+3
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-214-0/+15
OpenPOWER on IntegriCloud