| Commit message (Expand) | Author | Age | Files | Lines |
* | Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in | Art Clarke | 2009-07-15 | 1 | -1/+3 |
* | Use ff_neterrno instead of errno in tcp.c. | Martin Storsjö | 2009-07-15 | 1 | -2/+2 |
* | Only #define lseek to _lseeki64 on MinGW, not MinGW CE. | İsmail Dönmez | 2009-07-13 | 1 | -1/+1 |
* | Make (de)muxers for format variants select the main format (de)muxer. | Diego Biurrun | 2009-07-12 | 1 | -9/+0 |
* | Add block_align to sox input. | Phil Rutschman | 2009-07-08 | 1 | -3/+6 |
* | Fix mem leak when user preallocates an AVFormatContext, passes it to | Art Clarke | 2009-07-08 | 1 | -1/+1 |
* | flvdec: expose metadata through the generic metadata API | Aurelien Jacobs | 2009-07-06 | 1 | -1/+7 |
* | flvdec: re-enable metadata parsing | Aurelien Jacobs | 2009-07-06 | 1 | -1/+1 |
* | flvdec: don't set format and codec context from metadata values | Aurelien Jacobs | 2009-07-06 | 1 | -25/+0 |
* | Check for packet_length 0, it is already treated as invalid by the padding ch... | Reimar Döffinger | 2009-07-06 | 1 | -1/+1 |
* | fix and simplify long gop mpeg codec ul computation | Baptiste Coudurier | 2009-07-04 | 1 | -13/+6 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+4 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -1/+9 |
* | Replace invalid Theora frame rate by 25 FPS. | Reimar Döffinger | 2009-07-03 | 1 | -0/+5 |
* | Check for failed extradata malloc, fixes a crash in out-of-memory conditions | Reimar Döffinger | 2009-07-03 | 1 | -0/+4 |
* | Check size of "strf" header against size of enclosing "LIST" if there is one. | Reimar Döffinger | 2009-07-03 | 1 | -0/+5 |
* | Fix indentation | Reimar Döffinger | 2009-07-03 | 1 | -2/+2 |
* | Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. | Reimar Döffinger | 2009-07-03 | 1 | -0/+4 |
* | If either of num or den is 0 make both 0 in av_set_pts_info(). | Michael Niedermayer | 2009-07-02 | 1 | -0/+3 |
* | Make sure av_set_pts_info() does not set the fields of a timebase to | Michael Niedermayer | 2009-07-01 | 1 | -5/+5 |
* | Make arguments of av_set_pts_info() unsigned. | Michael Niedermayer | 2009-07-01 | 2 | -2/+2 |
* | cosmetics, change case and comments alignment | Baptiste Coudurier | 2009-06-30 | 1 | -5/+5 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -9/+19 |
* | Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). | Alex Converse | 2009-06-29 | 1 | -1/+2 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-06-29 | 1 | -1/+1 |
* | id3v2.4.0 uses syncsafe integers for sizes of frames. | Michael Niedermayer | 2009-06-29 | 1 | -0/+3 |
* | Remove inconsistent use of a @brief command in av_write_trailer() | Stefano Sabatini | 2009-06-28 | 1 | -2/+2 |
* | Use consistently the third person in doxy, as recommended by the | Stefano Sabatini | 2009-06-28 | 1 | -33/+33 |
* | Fix id3v2.2 frame size parsing. | Michael Niedermayer | 2009-06-25 | 1 | -1/+1 |
* | Fix id3v2.3/4 tag size parsing. | Michael Niedermayer | 2009-06-25 | 1 | -1/+1 |
* | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier | 2009-06-25 | 3 | -7/+4 |
* | Only set CODEC_ID_PROBE when a packet from a stream having a PES header | Baptiste Coudurier | 2009-06-25 | 1 | -6/+11 |
* | limit raw packet buffer size used for codec probing | Baptiste Coudurier | 2009-06-25 | 2 | -3/+19 |
* | only set par if it does not indicates a rotation, ex iphone 3GS | Baptiste Coudurier | 2009-06-25 | 1 | -4/+7 |
* | Remove any reference to ASFContext.packet_size and replace it with | Ronald S. Bultje | 2009-06-24 | 3 | -19/+17 |
* | flvdec: Build a Speex header during FLV demuxing using required and | Justin Ruggles | 2009-06-24 | 1 | -0/+34 |
* | Reindent after last patch. | Reimar Döffinger | 2009-06-24 | 1 | -15/+15 |
* | mov demuxer: Track the current position also for streams that have AVDISCARD_... | Reimar Döffinger | 2009-06-24 | 1 | -2/+8 |
* | mov_read_packet: extract code that searches for the stream/sample to demux next | Reimar Döffinger | 2009-06-24 | 1 | -8/+16 |
* | mov_read_packet: if dv_get_packet fails, return exactly its error value | Reimar Döffinger | 2009-06-24 | 1 | -2/+3 |
* | In mov_read_packet remember the AVStream we want to demux next instead of the | Reimar Döffinger | 2009-06-24 | 1 | -6/+7 |
* | check stream existence before assignment, fix #1222 | Baptiste Coudurier | 2009-06-24 | 1 | -29/+107 |
* | Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). | Peter Holik | 2009-06-23 | 1 | -1/+31 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 28 | -136/+136 |
* | Change packet_size from signed to unsigned, since it never has a negative | Ronald S. Bultje | 2009-06-22 | 1 | -2/+2 |
* | oggenc: Change error log text. An error here does not necessarily mean | Justin Ruggles | 2009-06-21 | 1 | -1/+1 |
* | oggenc: return error value from ogg_build_flac_headers() | Justin Ruggles | 2009-06-21 | 1 | -2/+4 |
* | cosmetics: spacing and comments | Justin Ruggles | 2009-06-21 | 1 | -0/+6 |