| Commit message (Expand) | Author | Age | Files | Lines |
* | set pts in flv demuxer | Baptiste Coudurier | 2008-11-16 | 1 | -5/+16 |
* | read itunes metadata, code based on Reimar's patch | Baptiste Coudurier | 2008-11-16 | 1 | -3/+51 |
* | Change status packet skipping to be more spec-compliant. See discussion in | Ronald S. Bultje | 2008-11-15 | 1 | -4/+11 |
* | Make function comment a bit more linguistically correct. | Ronald S. Bultje | 2008-11-15 | 1 | -1/+1 |
* | Reindent after r15833. | Ronald S. Bultje | 2008-11-15 | 1 | -4/+4 |
* | Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in | Ronald S. Bultje | 2008-11-15 | 3 | -7/+11 |
* | simplify metadata reading | Baptiste Coudurier | 2008-11-15 | 1 | -36/+20 |
* | matroskadec: fix index timestamps for some broken files | Aurelien Jacobs | 2008-11-15 | 1 | -1/+8 |
* | Call check_back_and_send_rr() function only in case of RTP as a transport. | Ronald S. Bultje | 2008-11-15 | 1 | -1/+1 |
* | Rename variables in ff_rdt_parse_header() and callers to match the | Ronald S. Bultje | 2008-11-15 | 2 | -18/+18 |
* | check for interrupt when receiving from socket | Jindřich Makovička | 2008-11-14 | 1 | -1/+18 |
* | Add comment describing the RDT packet header. See discussion in "[PATCH] | Ronald S. Bultje | 2008-11-14 | 1 | -0/+51 |
* | timestamp is dts in wmv/asf | Baptiste Coudurier | 2008-11-14 | 1 | -1/+1 |
* | Allow the UDP socket buffer size to be adjusted using a | Jindřich Makovička | 2008-11-12 | 1 | -3/+11 |
* | always use the whole buffer for reading w/ packetized sources to avoid packet... | Jindřich Makovička | 2008-11-10 | 1 | -1/+1 |
* | Fix argument constness for the av_codec_get_id() and | Stefano Sabatini | 2008-11-08 | 2 | -4/+4 |
* | Electronic Arts demuxer: support TGQ video tags | Peter Ross | 2008-11-08 | 1 | -0/+9 |
* | OGG: correct PTS with old theora streams | Måns Rullgård | 2008-11-06 | 1 | -8/+11 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 7 | -83/+83 |
* | Decode audio channel layout from RIFF/WAV file format. | Peter Ross | 2008-11-05 | 1 | -1/+1 |
* | Check sub_packet_size against 0 to avoid div by zero later. | Michael Niedermayer | 2008-10-29 | 1 | -0/+5 |
* | Fix endless loop when opening corrupt FLV files (issue 699). | Andrew Wason | 2008-10-28 | 1 | -1/+1 |
* | fix umid base value, use revision 5 and generic material type | Baptiste Coudurier | 2008-10-27 | 1 | -1/+1 |
* | fix sound essence compression UL | Baptiste Coudurier | 2008-10-26 | 1 | -1/+1 |
* | fix start position UL | Baptiste Coudurier | 2008-10-26 | 1 | -1/+1 |
* | simplify sample rate code, flv_set_audio_codec already overrides it for nelly... | Baptiste Coudurier | 2008-10-24 | 1 | -4/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-10-24 | 2 | -80/+81 |
* | spelling cosmetics | Diego Biurrun | 2008-10-24 | 2 | -22/+24 |
* | force sample rate to 16khz for speex in flv, fix speexaudio.flv | Baptiste Coudurier | 2008-10-24 | 1 | -1/+4 |
* | fix for >2GB flv files | Pascal Massimino | 2008-10-24 | 1 | -5/+6 |
* | raw dnxhd de/muxer | Baptiste Coudurier | 2008-10-24 | 4 | -1/+43 |
* | dnxhd codec is intra only | Baptiste Coudurier | 2008-10-23 | 1 | -0/+1 |
* | matroskaenc: require global header | Aurelien Jacobs | 2008-10-22 | 1 | -0/+2 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 5 | -17/+12 |
* | Check for pts==dts on I/P frames in the presence of non low delay decoding and | Michael Niedermayer | 2008-10-19 | 1 | -0/+8 |
* | Move code setting delay and presentation_delayed a little up so | Michael Niedermayer | 2008-10-18 | 1 | -8/+9 |
* | Append read data onto the buffer instead of overwriting, this ensures | Michael Niedermayer | 2008-10-18 | 1 | -5/+10 |
* | Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic... | Alexander Wichers | 2008-10-18 | 1 | -1/+5 |
* | 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu | Alexander Wichers | 2008-10-18 | 2 | -10/+10 |
* | Assume mono if no other information for raw. | Michael Niedermayer | 2008-10-18 | 1 | -1/+2 |
* | Only special-case absolute DOS paths on systems that support them. | Ramiro Polla | 2008-10-10 | 2 | -1/+11 |
* | Make gcc 2.95 happy. | Michael Niedermayer | 2008-10-08 | 1 | -1/+1 |
* | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik | 2008-10-07 | 2 | -17/+14 |
* | simplifying code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -4/+3 |
* | simplifying the code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -2/+2 |
* | 10l, fix amrwb sample rate | Baptiste Coudurier | 2008-10-04 | 1 | -1/+3 |
* | matroskaenc: correct muxing of ASS packets | Aurelien Jacobs | 2008-10-04 | 1 | -0/+61 |
* | matroskaenc: use correct EBML ID for block duration | Aurelien Jacobs | 2008-10-04 | 1 | -1/+1 |
* | matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() | Aurelien Jacobs | 2008-10-04 | 1 | -3/+3 |
* | matroskaenc: remove useless mkv_block_size() function | Aurelien Jacobs | 2008-10-04 | 1 | -8/+2 |