| Commit message (Expand) | Author | Age | Files | Lines |
* | In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe | Baptiste Coudurier | 2010-07-14 | 1 | -21/+35 |
* | matroskaenc: write DisplayUnit element to better match the spec | Aurelien Jacobs | 2010-07-14 | 1 | -0/+1 |
* | Pass the composition and ancillary ID for DVB subtitles via extradata instead | Reimar Döffinger | 2010-07-14 | 1 | -4/+11 |
* | Add a depacketizer for QDM2 | Josh Allmann | 2010-07-14 | 4 | -0/+351 |
* | rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts | Martin Storsjö | 2010-07-14 | 1 | -1/+1 |
* | rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP... | Martin Storsjö | 2010-07-14 | 2 | -2/+6 |
* | Split the ADTS header decoder off of the ADTS parser. | Alex Converse | 2010-07-12 | 1 | -1/+1 |
* | Report when a method gets an error status code | Luca Barbato | 2010-07-12 | 1 | -0/+7 |
* | Clarify the avoidance of usage of these AVStream fields. | Víctor Paesa | 2010-07-11 | 1 | -1/+2 |
* | Handle av_base64_decode return value | Luca Barbato | 2010-07-11 | 1 | -2/+2 |
* | Fix ID3v1 tags in mp3 files | James Darnley | 2010-07-11 | 2 | -7/+8 |
* | Check url_fseek results in gxf demuxer. | Reimar Döffinger | 2010-07-10 | 1 | -6/+12 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 11 | -22/+22 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 4 | -7/+7 |
* | move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c | Michael Chinen | 2010-07-09 | 3 | -21/+29 |
* | rename get_length to ff_get_v_length and put_v to ff_put_v | Michael Chinen | 2010-07-09 | 1 | -68/+68 |
* | In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate | Baptiste Coudurier | 2010-07-08 | 1 | -4/+6 |
* | In mov muxer, write pixel aspect ratio tag in mov files. | Baptiste Coudurier | 2010-07-08 | 1 | -0/+19 |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -3/+3 |
* | improve long_name for ass (de)muxer | Aurelien Jacobs | 2010-07-07 | 2 | -2/+2 |
* | Ignore extradata & w/h in asf/dvr. | Michael Niedermayer | 2010-07-07 | 1 | -1/+7 |
* | Associate .tga with format image2. | Carl Eugen Hoyos | 2010-07-07 | 1 | -1/+1 |
* | Add #ifdefs around code specific to file and pipe protocols | Måns Rullgård | 2010-07-06 | 1 | -18/+24 |
* | os_support: include some headers only when needed | Måns Rullgård | 2010-07-06 | 1 | -3/+3 |
* | rtpenc: remove unnecessary #include unistd.h | Måns Rullgård | 2010-07-06 | 1 | -2/+0 |
* | file_protocol: remove redundant #include sys/time.h | Måns Rullgård | 2010-07-06 | 1 | -1/+0 |
* | rtpdec_asf: Propagate errors from the chained av_open_input_stream | Martin Storsjö | 2010-07-05 | 2 | -3/+7 |
* | Silence a warning when compiling aviobuf.c | Eli Friedman | 2010-07-05 | 1 | -2/+1 |
* | Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and | Michael Karcher | 2010-07-05 | 1 | -6/+6 |
* | Add id3v1.o dependency for oma demuxer | Michael Karcher | 2010-07-05 | 1 | -1/+1 |
* | mov: Read Flash's chpl variant | David Conrad | 2010-07-04 | 1 | -3/+5 |
* | Fix warning "passing argument from incompatible pointer type". | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Move AVStream->codec_info_nb_frames increment after try_decode_frame | Baptiste Coudurier | 2010-07-03 | 1 | -2/+1 |
* | In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de... | Baptiste Coudurier | 2010-07-03 | 1 | -2/+8 |
* | Disable dshow specific bug emulation for amv files as they arent | Michael Niedermayer | 2010-07-02 | 1 | -1/+3 |
* | Rename block_align variable in the avi demuxer to clearly seperate its purpose | Michael Niedermayer | 2010-07-02 | 1 | -4/+4 |
* | Bump libavformat minor (as a result of r24003). | Jai Menon | 2010-07-02 | 1 | -1/+1 |
* | matroskadec: merge only SSA packets together | David Conrad | 2010-07-02 | 1 | -1/+2 |
* | add AV_DISPOSITION_FORCED flag and use it in matroska demuxer | Aurelien Jacobs | 2010-07-02 | 2 | -1/+8 |
* | Duplicate rounding that MS does in one of their implementations of an avi dem... | Michael Niedermayer | 2010-07-02 | 1 | -0/+4 |
* | Fix doxy of flags parameter in fps_umf2avr(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 2 | -7/+7 |
* | Replace incorrect @NOTE Doxygen command by @note; capitalization matters. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix Doxygen function parameter documentation syntax. | Diego Biurrun | 2010-07-02 | 1 | -3/+3 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+0 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 5 | -9/+9 |
* | In mxf muxer, fix last b frame temporal offset | Baptiste Coudurier | 2010-07-02 | 1 | -33/+35 |
* | In mov demuxer, fix seeking to the beginning when file has edit lists. | John Stebbins | 2010-07-02 | 1 | -0/+2 |
* | mpegtsenc: allocate correct size for PID table | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | In mov demuxer, only set sar if not already set, patch by Andrew Wason, | Andrew Wason | 2010-07-01 | 1 | -7/+4 |