summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-054-4/+5
* spelling/grammar and whitespace cosmeticsDiego Biurrun2009-01-051-23/+21
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-051-1/+1
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-051-1/+1
* 100l: Add a deleted '{'.Carl Eugen Hoyos2009-01-051-1/+1
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-0412-4/+353
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-046-26/+26
* Fix small errors in configure --help's output.Carl Eugen Hoyos2009-01-041-4/+4
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-041-0/+4
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-041-13/+16
* 10l format include path for metadata.hMichael Niedermayer2009-01-041-1/+1
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-046-51/+51
* Generic metadata API.Michael Niedermayer2009-01-048-23/+200
* cosmetic: indentAurelien Jacobs2009-01-041-3/+3
* add a termination conditionAurelien Jacobs2009-01-041-0/+2
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-041-7/+13
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-042-0/+4
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-044-21/+104
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-031-1/+1
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-031-0/+10
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-038-57/+61
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-031-6/+6
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-031-42/+45
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-031-5/+5
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-037-62/+68
* Display subtitles within the display area.Michael Niedermayer2009-01-031-4/+4
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-031-0/+18
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-035-2/+379
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-12/+12
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-022-4/+4
* Bump year number.Stefano Sabatini2009-01-021-1/+1
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-021-3/+4
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
* Silence two icc warnings:Carl Eugen Hoyos2008-12-301-3/+3
* Add my GnuPG fingerprint.Benoit Fouet2008-12-301-0/+1
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-303-8/+15
* Make shared/static full CONFIG optionsMåns Rullgård2008-12-301-2/+2
* configure: check for ARMv6T2 supportMåns Rullgård2008-12-301-0/+4
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-301-3/+4
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-293-22/+7
* My gpg key fingerprint.Reimar Döffinger2008-12-291-0/+1
* COSMETICS. Write my full name instead.Reynaldo H. Verdejo Pinochet2008-12-291-2/+2
* Add myself as qcelp* maintainer.Reynaldo H. Verdejo Pinochet2008-12-291-0/+1
* Add my key fingerprint to the list.Reynaldo H. Verdejo Pinochet2008-12-291-0/+1
OpenPOWER on IntegriCloud