| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 | Reimar Döffinger | 2009-02-27 | 1 | -0/+1 |
* | Detect the case when the time base is exact but far finer than necessary to | Reimar Döffinger | 2009-02-27 | 1 | -0/+9 |
* | Add ticks_per_frame, this should hopefully fix the regressions caused | Michael Niedermayer | 2009-02-26 | 1 | -3/+3 |
* | cosmetics: vertical alignment | Aurelien Jacobs | 2009-02-26 | 1 | -1/+1 |
* | use new metadata API in rpl demuxer | Aurelien Jacobs | 2009-02-26 | 1 | -3/+6 |
* | use new metadata API in wc3 demuxer | Aurelien Jacobs | 2009-02-26 | 1 | -1/+4 |
* | Mark as "internal but installed" the avio.h file. | Stefano Sabatini | 2009-02-26 | 2 | -1/+4 |
* | Add a @file notice to avio.h. | Stefano Sabatini | 2009-02-26 | 1 | -1/+5 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 5 | -147/+192 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 3 | -3/+3 |
* | fix a memleak in av_metadata_set() | Aurelien Jacobs | 2009-02-26 | 1 | -1/+3 |
* | Implement marker bit, which is used for several RTP payloads currently | Ronald S. Bultje | 2009-02-26 | 2 | -0/+3 |
* | Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing | Ronald S. Bultje | 2009-02-26 | 2 | -3/+4 |
* | Document rtsp.h, see "[PATCH] document rtsp.h" thread. | Ronald S. Bultje | 2009-02-26 | 1 | -30/+172 |
* | movenc: add muxing of language along with metadata tags when available | Aurelien Jacobs | 2009-02-26 | 1 | -8/+20 |
* | return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking | Aurelien Jacobs | 2009-02-26 | 2 | -3/+5 |
* | cosmetics: indentation | Aurelien Jacobs | 2009-02-26 | 1 | -8/+7 |
* | use new metadata API in mov muxer | Aurelien Jacobs | 2009-02-26 | 1 | -57/+61 |
* | don't trigger metadata compatibility code when user app already set metadata | Aurelien Jacobs | 2009-02-26 | 1 | -0/+3 |
* | dv probe | Baptiste Coudurier | 2009-02-26 | 1 | -1/+19 |
* | Share the function to write a raw FLAC header and use it in the Matroska | Justin Ruggles | 2009-02-26 | 4 | -27/+42 |
* | cosmetics: add a comment in flac_write_header(). | Justin Ruggles | 2009-02-26 | 1 | -0/+1 |
* | Add support for full header extradata to raw FLAC muxer. | Justin Ruggles | 2009-02-26 | 1 | -2/+4 |
* | Use a shared function to validate FLAC extradata. | Justin Ruggles | 2009-02-26 | 3 | -19/+33 |
* | Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. | Justin Ruggles | 2009-02-26 | 3 | -49/+75 |
* | spelling/wording/grammar cosmetics | Diego Biurrun | 2009-02-25 | 1 | -55/+54 |
* | untypo | Michael Niedermayer | 2009-02-25 | 1 | -1/+1 |
* | fix index edit rate, inverse num and den | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
* | simplify, use codec->block_align | Baptiste Coudurier | 2009-02-25 | 1 | -2/+1 |
* | set channel number even for inactive channels | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
* | do not set frame start bit since marked as not used and factorize | Baptiste Coudurier | 2009-02-25 | 1 | -3/+3 |
* | AVInputFormat.reed_seek2() | Michael Niedermayer | 2009-02-25 | 1 | -0/+11 |
* | Add timestamp computation if values are exported by decoder. | Ivan Schreter | 2009-02-24 | 2 | -2/+33 |
* | Change duration computation to use time_base instead of TB/2. | Ivan Schreter | 2009-02-24 | 1 | -4/+1 |
* | Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. | Michael Niedermayer | 2009-02-24 | 5 | -4/+6 |
* | Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same | Michael Niedermayer | 2009-02-24 | 1 | -1/+3 |
* | start track id at 2, track id 1 for timecode | Baptiste Coudurier | 2009-02-23 | 1 | -3/+3 |
* | Allow av_find_stream_info() to be aborted. | Michael Niedermayer | 2009-02-23 | 1 | -0/+5 |
* | consistent naming of Chinese AVS raw demuxer | Stefan Gehrer | 2009-02-22 | 1 | -1/+1 |
* | Support playback of incorrectly cut DV files where the headers do not | Reimar Döffinger | 2009-02-22 | 1 | -1/+13 |
* | check av_get_packet return value | Baptiste Coudurier | 2009-02-22 | 1 | -2/+4 |
* | return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w... | Baptiste Coudurier | 2009-02-22 | 1 | -34/+42 |
* | parse aac extradata to fetch channels and sample rate, patch from Netgem | Baptiste Coudurier | 2009-02-21 | 1 | -0/+14 |
* | Waste less space for printing timebases. | Michael Niedermayer | 2009-02-21 | 1 | -3/+10 |
* | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje | 2009-02-21 | 2 | -12/+12 |
* | Print all timebases (idea from netgem) | Michael Niedermayer | 2009-02-21 | 1 | -3/+3 |
* | Check for alloc failures. | Michael Niedermayer | 2009-02-21 | 1 | -4/+9 |
* | Check for EOF during index reading. | Michael Niedermayer | 2009-02-21 | 1 | -0/+10 |
* | Use context variable repeat_pict for frame duration computation and | Ivan Schreter | 2009-02-21 | 1 | -0/+2 |
* | Handle chunks with the MSB in size set correctly that is unsigned. | Michael Niedermayer | 2009-02-21 | 1 | -3/+4 |