| Commit message (Expand) | Author | Age | Files | Lines |
* | move m4v demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -43/+0 |
* | move cavsvideo demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -58/+0 |
* | move mpegvideo demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -47/+0 |
* | move ingenient demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -63/+11 |
* | move DTS demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -64/+7 |
* | simplify code by using the AV_NE() macro | Aurelien Jacobs | 2010-08-29 | 1 | -5/+1 |
* | move id roq muxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -48/+19 |
* | move ADTS AAC demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -73/+0 |
* | Remove duplicate initialiser for cavsvideo_muxer.extensions | Måns Rullgård | 2010-07-27 | 1 | -1/+0 |
* | add Chinese AVS encoding via external library libxavs | Stefan Gehrer | 2010-07-27 | 1 | -0/+16 |
* | add SubRip muxer and demuxer | Aurelien Jacobs | 2010-07-24 | 1 | -0/+12 |
* | Improve h263_probe() | Michael Niedermayer | 2010-06-18 | 1 | -0/+8 |
* | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher | 2010-06-11 | 1 | -2/+2 |
* | Fix raw vc1 decoding - this is supposed to break FATE. | Michael Niedermayer | 2010-06-11 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -7/+7 |
* | Reindent | Reimar Döffinger | 2010-02-14 | 1 | -1/+1 |
* | Optimize h261_probe function, since it is far slower than all others. | Reimar Döffinger | 2010-02-14 | 1 | -0/+4 |
* | Add CODEC_ID_DNXHD into the 25 fps case. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | Raise threshold of h263 probe by 1 to avoid misdetection. | Michael Niedermayer | 2009-12-08 | 1 | -1/+2 |
* | Add out commented av_log to debug h263_probe. | Michael Niedermayer | 2009-12-08 | 1 | -0/+1 |
* | Use enum instead of integer types where appropriate. | Carl Eugen Hoyos | 2009-11-08 | 1 | -1/+1 |
* | Fix pcm_read_seek () when the position it calculates is greater than 2 GB. | Daniel Verkamp | 2009-10-05 | 1 | -2/+2 |
* | Return any error return values from av_get_packet, get_buffer etc. unchanged | Reimar Döffinger | 2009-10-02 | 1 | -9/+8 |
* | Make rawvideo_read_packet return partial frames. | Reimar Döffinger | 2009-10-01 | 1 | -1/+1 |
* | Simplify: remove pointless {} and else | Reimar Döffinger | 2009-10-01 | 1 | -4/+2 |
* | Remove pointless setting of pkt->size, av_get_packet already handles this. | Reimar Döffinger | 2009-10-01 | 1 | -3/+0 |
* | av_new_packet failing should return ENOMEM, not EIO. | Reimar Döffinger | 2009-10-01 | 1 | -2/+2 |
* | Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. | Reimar Döffinger | 2009-09-29 | 1 | -2/+5 |
* | Make h261 and mpegvideo probe a little more robust so they dont fail with | Michael Niedermayer | 2009-09-15 | 1 | -2/+2 |
* | Make dnxhd probe more strict, fail if we detect values in header that would | Reimar Döffinger | 2009-09-14 | 1 | -3/+12 |
* | Rewrite h261_probe(). | Michael Niedermayer | 2009-09-14 | 1 | -7/+29 |
* | Make DTS probe more robust against false positives (as e.g. probetest shows). | Reimar Döffinger | 2009-09-14 | 1 | -3/+11 |
* | Rewrite h263_probe(). | Michael Niedermayer | 2009-09-14 | 1 | -6/+25 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -2/+2 |
* | fix compilation of cavsvideo demuxer | Aurelien Jacobs | 2009-07-24 | 1 | -0/+2 |
* | Add support for id3 tag parsing for ADTS AAC streams | Patrick Dehne | 2009-06-19 | 1 | -1/+22 |
* | It should be #if, not #ifdef | Andreas Öman | 2009-04-22 | 1 | -1/+1 |
* | Add raw MLP muxer. | Ramiro Polla | 2009-04-21 | 1 | -0/+15 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples | Baptiste Coudurier | 2009-04-12 | 1 | -1/+5 |
* | Support raw TrueHD files | Ramiro Polla | 2009-03-19 | 1 | -0/+29 |
* | Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly | Reimar Döffinger | 2009-03-14 | 1 | -0/+1 |
* | Change the timebase of the raw demuxer to one that can represent the ts of fi... | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Separate the raw FLAC demuxer from raw.c and put in a new file, | Justin Ruggles | 2009-02-28 | 1 | -57/+18 |
* | Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. | Justin Ruggles | 2009-02-26 | 1 | -48/+0 |
* | consistent naming of Chinese AVS raw demuxer | Stefan Gehrer | 2009-02-22 | 1 | -1/+1 |
* | add raw demuxer for Chinese AVS elementary streams | Stefan Gehrer | 2009-02-21 | 1 | -0/+56 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-16 | 1 | -1/+1 |
* | Make format long_names consistent. | Diego Biurrun | 2009-02-16 | 1 | -10/+10 |
* | Whitespace cosmetics to align return statements. | Benoit Fouet | 2009-01-27 | 1 | -1/+1 |