summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-26
| | | | Originally committed as revision 17617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26
| | | | | | | under review. See "[FFmpeg-devel] RTP mark bit not passed to parse_packet" thread on mailinglist. Originally committed as revision 17616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-26
| | | | | | | in common except for this one value. Change was requested by Luca in the "[FFmpeg-devel] RTP mark bit not passed to parse_packet" thread. Originally committed as revision 17615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
| | | | Originally committed as revision 17614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-26
| | | | Originally committed as revision 17613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mov muxerAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs2009-02-26
| | | | | | using new API Originally committed as revision 17608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv probeBaptiste Coudurier2009-02-26
| | | | Originally committed as revision 17607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
| | | | | | muxer. Originally committed as revision 17606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-26
| | | | Originally committed as revision 17605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: line wrap and indentation after last commit.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commit.Alex Converse2009-02-26
| | | | Originally committed as revision 17600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-26
| | | | Originally committed as revision 17599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-26
| | | | Originally committed as revision 17598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Completed documentation of reference field.Carl Eugen Hoyos2009-02-26
| | | | Originally committed as revision 17597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-26
| | | | | | | | actually reference frames. Patch by NVIDIA Originally committed as revision 17596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-26
| | | | | | | | rangeredfrm (VC-1 7.1.13) in bit 1. Patch by NVIDIA Originally committed as revision 17595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.Carl Eugen Hoyos2009-02-25
| | | | Originally committed as revision 17594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-25
| | | | | | patch by Gwenole Beauchesne, gbeauchesne,splitted-desktop,com Originally committed as revision 17593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http://bytesex.org/xawtv/ permanently redirects toRobert Swain2009-02-25
| | | | | | http://linux.bytesex.org/xawtv/ so update the URL Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer2009-02-25
| | | | Originally committed as revision 17591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More AVhwaccel hunks from Gwenole Beauchesne.Michael Niedermayer2009-02-25
| | | | Originally committed as revision 17590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
| | | | Originally committed as revision 17589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
| | | | Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VC1 and WMV3 playback in MPlayer.Carl Eugen Hoyos2009-02-25
| | | | Originally committed as revision 17587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untypoMichael Niedermayer2009-02-25
| | | | Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2009-02-25
| | | | Originally committed as revision 17585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Since motion vectors for intra blocks are always zero, do not try to ↵Kostya Shishkov2009-02-25
| | | | | | retrieve them. Originally committed as revision 17584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use codec->block_alignBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channel number even for inactive channelsBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-25
| | | | Originally committed as revision 17579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Ignore error output from failed attempt to read snapshot_version.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read revision string from the file snapshot_version if available.Diego Biurrun2009-02-24
| | | | | | This will be used by daily snapshots without Subversion metadata. Originally committed as revision 17577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use $() instead of ``, the former can be nested more easily.Diego Biurrun2009-02-24
| | | | Originally committed as revision 17576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Export timestamp parameter from H.264.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct time_base and repeat_pict for MPEG2 video.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
| | | | Originally committed as revision 17569 to svn://svn.ffmpeg.org/ffmpeg/trunk