summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure: accept $TMP as location for temporary filesMåns Rullgård2008-12-291-0/+1
* configure: simplify TMPDIR settingMåns Rullgård2008-12-291-16/+10
* Fix typos.Stefano Sabatini2008-12-291-2/+2
* Clarify that the list of gpg fingerprints is not just for maintainers.Michael Niedermayer2008-12-291-2/+2
* Add spaces into the gpg fingerprint for better readability.Michael Niedermayer2008-12-291-1/+1
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-291-5/+5
* Explain the lack of +3/7Michael Niedermayer2008-12-281-0/+3
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-281-2/+2
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-282-1/+1
* Add a list of GnuPG fingerprints.Michael Niedermayer2008-12-281-0/+6
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-281-2/+1
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-281-1/+2
* Silence one warning when compiling with icc:Carl Eugen Hoyos2008-12-281-1/+1
* Fix h264 decoding on SSE2 cores with icc compilation.Carl Eugen Hoyos2008-12-281-0/+2