summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-054-4/+5
| | | | Originally committed as revision 16436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar and whitespace cosmeticsDiego Biurrun2009-01-051-23/+21
| | | | Originally committed as revision 16435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-051-1/+1
| | | | Originally committed as revision 16434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-051-1/+1
| | | | Originally committed as revision 16433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Add a deleted '{'.Carl Eugen Hoyos2009-01-051-1/+1
| | | | Originally committed as revision 16432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-0412-4/+353
| | | | | | | | video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-046-26/+26
| | | | Originally committed as revision 16430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix small errors in configure --help's output.Carl Eugen Hoyos2009-01-041-4/+4
| | | | Originally committed as revision 16429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-041-0/+4
| | | | Originally committed as revision 16428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-041-13/+16
| | | | Originally committed as revision 16427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l format include path for metadata.hMichael Niedermayer2009-01-041-1/+1
| | | | Originally committed as revision 16426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-046-51/+51
| | | | Originally committed as revision 16425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generic metadata API.Michael Niedermayer2009-01-048-23/+200
| | | | | | | | avi is updated as example. No version bump, the API still might change slightly ... No update to ffmpeg.c as requested by aurel. Originally committed as revision 16424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentAurelien Jacobs2009-01-041-3/+3
| | | | Originally committed as revision 16423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a termination conditionAurelien Jacobs2009-01-041-0/+2
| | | | Originally committed as revision 16422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-041-7/+13
| | | | | | | parse it as a valid frame. patch by (Yoav Steinberg yoav out monfort in co in il) Originally committed as revision 16421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-042-0/+4
| | | | | | at the next libavformat major version bump. Originally committed as revision 16420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-044-21/+104
| | | | | | Patch by Mathieu Velten (matmaul A gmail) Originally committed as revision 16419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-031-1/+1
| | | | Originally committed as revision 16418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-031-0/+10
| | | | Originally committed as revision 16417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-038-57/+61
| | | | Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-031-6/+6
| | | | Originally committed as revision 16415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-031-42/+45
| | | | Originally committed as revision 16414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-031-5/+5
| | | | Originally committed as revision 16413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-037-62/+68
| | | | | | when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Display subtitles within the display area.Michael Niedermayer2009-01-031-4/+4
| | | | | | | Fixes dvd-subtitle-problem.vob. (problem likely is that the video resolution is smaller than what the subtitles expect) Originally committed as revision 16411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-031-0/+18
| | | | Originally committed as revision 16410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-035-2/+379
| | | | Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-12/+12
| | | | Originally committed as revision 16408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-4/+4
| | | | Originally committed as revision 16407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump year number.Stefano Sabatini2009-01-021-1/+1
| | | | Originally committed as revision 16406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-021-3/+4
| | | | Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
| | | | | | | the (larger) allocated size. (prevents segfaults due to later failures from 900MB-sized packets, yes fuzzed file not a valid one) Originally committed as revision 16404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
| | | | Originally committed as revision 16403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
| | | | | | | of allocated slices matches the actual. Audio still does a copy (marked with FIXME in the code so this is not missed). Originally committed as revision 16402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
| | | | Originally committed as revision 16401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
| | | | Originally committed as revision 16400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
| | | | Originally committed as revision 16399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
| | | | | | accordingly. Originally committed as revision 16398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence two icc warnings:Carl Eugen Hoyos2008-12-301-3/+3
| | | | | | | | | | | | | | /home/melanson/fate/source/ffserver.c(4349): warning #188: enumerated type mixed with another type audio_enc.codec_id = audio_id; ^ /home/melanson/fate/source/ffserver.c(4354): warning #188: enumerated type mixed with another type video_enc.codec_id = video_id; ^ Originally committed as revision 16397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my GnuPG fingerprint.Benoit Fouet2008-12-301-0/+1
| | | | Originally committed as revision 16396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-303-8/+15
| | | | Originally committed as revision 16395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make shared/static full CONFIG optionsMåns Rullgård2008-12-301-2/+2
| | | | Originally committed as revision 16394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check for ARMv6T2 supportMåns Rullgård2008-12-301-0/+4
| | | | Originally committed as revision 16393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-301-3/+4
| | | | Originally committed as revision 16392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-293-22/+7
| | | | | | scalarproduct instead. Patch by Aurelien Jacobs. Originally committed as revision 16391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* My gpg key fingerprint.Reimar Döffinger2008-12-291-0/+1
| | | | Originally committed as revision 16390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS. Write my full name instead.Reynaldo H. Verdejo Pinochet2008-12-291-2/+2
| | | | Originally committed as revision 16389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as qcelp* maintainer.Reynaldo H. Verdejo Pinochet2008-12-291-0/+1
| | | | Originally committed as revision 16388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my key fingerprint to the list.Reynaldo H. Verdejo Pinochet2008-12-291-0/+1
| | | | Originally committed as revision 16387 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud