summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Generic metadata API.Michael Niedermayer2009-01-04
* cosmetic: indentAurelien Jacobs2009-01-04
* add a termination conditionAurelien Jacobs2009-01-04
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-04
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-04
* Use H264 MMX chroma functions to accelerate RV40 decoding.Mathieu Velten2009-01-04
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-03
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-03
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-03
* Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer2009-01-03
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Display subtitles within the display area.Michael Niedermayer2009-01-03
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-03
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Avoid POSIX-reserved _t namespace.Diego Biurrun2009-01-02
* Bump year number.Stefano Sabatini2009-01-02
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-02
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-31
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-31
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-31
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-31
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-30
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-30
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-30
* Silence two icc warnings:Carl Eugen Hoyos2008-12-30
* Add my GnuPG fingerprint.Benoit Fouet2008-12-30
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-30
* Make shared/static full CONFIG optionsMåns Rullgård2008-12-30
* configure: check for ARMv6T2 supportMåns Rullgård2008-12-30
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-30
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-29
* My gpg key fingerprint.Reimar Döffinger2008-12-29
* COSMETICS. Write my full name instead.Reynaldo H. Verdejo Pinochet2008-12-29
* Add myself as qcelp* maintainer.Reynaldo H. Verdejo Pinochet2008-12-29
* Add my key fingerprint to the list.Reynaldo H. Verdejo Pinochet2008-12-29
* configure: accept $TMP as location for temporary filesMåns Rullgård2008-12-29
* configure: simplify TMPDIR settingMåns Rullgård2008-12-29
* Fix typos.Stefano Sabatini2008-12-29
* Clarify that the list of gpg fingerprints is not just for maintainers.Michael Niedermayer2008-12-29
* Add spaces into the gpg fingerprint for better readability.Michael Niedermayer2008-12-29
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
* Explain the lack of +3/7Michael Niedermayer2008-12-28
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-28
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-28
* Add a list of GnuPG fingerprints.Michael Niedermayer2008-12-28
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28